User Modes: Difference between revisions

From HybridIRC Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 46: Line 46:
| Strip Formatting in PMs || S || N/A || Users || Strips formatting codes out of private messages to the user.
| Strip Formatting in PMs || S || N/A || Users || Strips formatting codes out of private messages to the user.
|}
|}
 
<div style="background: linear-gradient(120deg, #4facfe, #8a2be2); color: white; padding: 15px; border-radius: 10px; margin-top: 20px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); font-family: 'Roboto', sans-serif;">
<h3 style="font-size: 1.3em; color: #e74c3c;">💡 Help & Resources</h3>
  <h3 style="margin-top: 0; font-size: 1.5em;">💡 Help & Resources</h3>
<div style="padding: 10px; background: #ecf0f1; border-radius: 10px; margin-top: 10px;">
  <p style="margin-bottom: 10px;">Need more resources? Check out these links:</p>
    <p style="color: #2c3e50;">Need more resources? Check out these links:</p>
  <ul style="list-style-type: none; padding-left: 0;">
    <ul>
    <li>➡️ Join the help channel: <strong><a href="https://kiwiirc.hybridirc.com/#help" style="color: #ffffff; text-decoration: underline;">#Help</a></strong></li>
      <li>Join the help channel: '''[https://kiwiirc.hybridirc.com/#help #Help]</li>
    <li>➡️ View <a href="https://www.hybridirc.com/help/user-modes/" style="color: #ffffff; text-decoration: underline;">available user modes</a></li>
      <li>Visit [https://www.hybridirc.com/help/user-modes/ Available user modes]</li>
    <li>➡️ Visit <a href="https://docs.inspircd.org/4/user-modes" style="color: #ffffff; text-decoration: underline;">InspIRCd user modes</a></li>
      <li>Visit [https://docs.inspircd.org/4/user-modes inspircd user modes]</li>
  </ul>
    </ul>
</div>
</div>

Revision as of 21:20, 3 Haziran 2025

User Modes

You can set user modes on yourself using the /MODE command, but it only applies to the nickname you are currently using. This allows you to control aspects of your presence on the network, such as your visibility and status.

Usage: MODE <yournick> <+|-><modes> Examples:

  • /mode shayne +D
  • /mode shayne -D
Mode Name Character Parameter Syntax Usable By Description
Hide Idle and Signon Time a N/A Users Hides idle and signon time in WHOIS from non-operators.
Block Private Messages c N/A Users Blocks private messages and notices from users who do not share a common channel with you.
Deaf Mode d N/A Users User will not receive any messages or notices from channels they are in.
Server-Side Ignore g N/A Users In combination with /ACCEPT, provides for server-side ignore.
Invisible to /WHO i N/A Users Makes the user invisible to /WHO if the user using /WHO is not in a common channel.
Registered Nickname r N/A Users Marks as having a registered nickname.
Wallops w N/A Users Receives server messages.
Cloaked Hostname x N/A Users Gives a cloaked hostname.
TLS Messages Only z N/A Users Only allows private messages from TLS users.
Bot Mode B N/A Users Marks as a bot.
Privdeaf Mode D N/A Users User will not receive any private messages or notices from users.

Note: This also blocks notices from services (NickServ, ChanServ, etc.). Disable with: /mode yournick -D

Hide Channel List I N/A Users Hides the user's entire channel list in WHOIS from non-server operators.
Disable Redirects L N/A Users Stops redirections done by the redirect module.
Opt-Out History N N/A Users Allows users to opt-out of receiving channel history.
Block Unregistered PMs R N/A Users Blocks private messages from unregistered users.
Strip Formatting in PMs S N/A Users Strips formatting codes out of private messages to the user.

💡 Help & Resources

Need more resources? Check out these links: