Mode » History » Version 3
  Per Amundsen, 02/15/2014 04:21 AM 
  
| 1 | 1 | Per Amundsen | _Added in 1.5_ | 
|---|---|---|---|
| 2 | |||
| 3 | 3 | Per Amundsen | */mode <#channel|nickname> [[+|-]modechars [parameters]]* | 
| 4 | 1 | Per Amundsen | |
| 5 | 3 | Per Amundsen | Use to control a channel or nick, there are many modes depending on server, some common channnel modes are: | 
| 6 | 1 | Per Amundsen | |
| 7 | 2 | Per Amundsen | +b <nick!ident@host> - Ban a mask from the channel. | 
| 8 | -b <nick!ident@host> - Unban a mask from the channel. | ||
| 9 | +i - Make channel invite only. (everyone needs to be invited through /invite to enter the channel) | ||
| 10 | -i - Disable invite only. | ||
| 11 | +l <N> - Set a user limit on the channel, when user count reaches N, no new users will be allowed. | ||
| 12 | -l - Disable user limit. | ||
| 13 | +m - Make channel moderated, only users with voice/channel operators can speak. | ||
| 14 | -m - Disable channel moderation. | ||
| 15 | +n - External messages from users not in the channel is not allowed. | ||
| 16 | -n - External messages from users not in the channel is allowed. | ||
| 17 | +o <nick> - Make a user channel operator. | ||
| 18 | -o <nick> - Demote a channel operator. | ||
| 19 | +p - Set channel as private. | ||
| 20 | -p - Set channel as public. | ||
| 21 | +s - Set channel as secret. (will no be shown in channel /list and so on) | ||
| 22 | -s - Set channel as not secret. | ||
| 23 | +t - Only channel operators can change topic. | ||
| 24 | -t - Everyone can change topic. | ||
| 25 | +k <key> = Set a secret key for the channel, only users who knows the key can enter. | ||
| 26 | -k - Remove the secret key, everyone can enter. |