Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
help:irc:modes [2014/04/30 07:38]
beta [h - promote to halfops] +tidy
help:irc:modes [2014/04/30 07:45]
beta tidy up user modes
Line 35: Line 35:
  
 There are also [[extended_bans|Extended Bans]] which can match based on accounts, marks, realnames, etc. There are also [[extended_bans|Extended Bans]] which can match based on accounts, marks, realnames, etc.
 +==== D - delayed joins ====
 +
 +Users will not be visible in the userlist until they are opped, voiced, change the topic or speak. A good option for a busy channel.
 +
 ==== e - Exception ==== ==== e - Exception ====
 Exceptions are like a special retinal scan that allows you to join a channel if you match, even if you also match a ban (+b). It uses mask just like +b (above) but instead of keeping that person out, they let them in as an exception.  Exceptions are like a special retinal scan that allows you to join a channel if you match, even if you also match a ban (+b). It uses mask just like +b (above) but instead of keeping that person out, they let them in as an exception. 
Line 126: Line 130:
  
 To de- voice someone in the channel, type <code>/mode #chan -v nick</code> To de- voice someone in the channel, type <code>/mode #chan -v nick</code>
-==== Modes "c" and "C" - No colors/ctcps ==== +==== c - No colours ==== 
-Setting +c blocks mIRC color codes from your channel, and +C blocks CTCP messages (except for /me's). The user will get a message in their status that says they cannot send to channel.+Setting +c blocks mIRC color codes from your channel. The user will get a message in their status that says they cannot send to channel. 
 + 
 +==== C - No CTCPs ==== 
 +Setting +C blocks CTCP messagesexcept for /me. The user will get a message in their status that says they cannot send to channel.
  
  
Line 157: Line 164:
 ===== User Modes ===== ===== User Modes =====
  
-In addition to Channel Modes, there are also a useful User Modes that can help you while you are visiting the AfterNET IRC Network. These modes are set by typing "/mode yournick". The User Modes are as follows:+In addition to Channel Modes, there are also a useful User Modes that can help you while you are visiting the AfterNET IRC Network. These modes are set by typing <code>/mode yournick</code> Some clients support /umode as a shorthand for this. Our supported user modes follow.
  
-==== Mode "i- Invisible ====+==== i - Invisible ====
  
 +This mode makes you invisible on the server. For example, if you do a "/lusers" in the server window, it will say something like "There are 681 users and 330 invisible on 11 servers". All users that have +i set will show up under the "invisible" users. This mode also allows you to hide from a /WHO or a /NAMES command. However, you can still be found if the user knows your nick, or is in a channel with you.
  
-This mode makes you "invisible" on the server. For example, if you do a "/lusers" in the server window, it will say something like "There are 681 users and 330 invisible on 11 servers". All users that have +i set will show up under the "invisible" users. This mode also allows you to hide from a /WHO or a /NAMES command. However, you can still be found if the user knows your nick, or is in a channel with you. +To set yourself invisible
- +
-To set yourself invisible, type the following in your server window:+
   /mode yournick +i   /mode yournick +i
-or sometimes 
-  /umode +i 
  
-in mIRC you can set this using +==== w - See wallusers ====
-  //mode $me +i  +
-and then pressing Enter as usual. +
- +
-==== Mode "w- See wallusers ====+
  
 Enabling +w allows you to see communications about the status of the network from IRCOPS. Enabling +w allows you to see communications about the status of the network from IRCOPS.
  
- +==== x - Hide host ====
-==== Mode "x- Hide host ====+
  
 Enabling +x when you are logged into AuthServ causes your hostname to change to accountname.Users.AfterNet.org, or to another host if you have had one setup (usually in exchange for a contribution)  Enabling +x when you are logged into AuthServ causes your hostname to change to accountname.Users.AfterNet.org, or to another host if you have had one setup (usually in exchange for a contribution) 
  
-==== Mode "R- Ignore private messages from unregistered users ====+==== R - Ignore PMs from unregistered users ====
  
 Setting +R will make it so that people who are not authenticated with AuthServ will not be able to send you messages. Setting +R will make it so that people who are not authenticated with AuthServ will not be able to send you messages.