Project

General

Profile

Mode » History » Version 5

Per Amundsen, 02/16/2023 02:43 PM

1 1 Per Amundsen
_Added in 1.5_
2
3 5 Per Amundsen
*/mode &lt;#channel|nickname&gt; <notextile>[ [+|-]modechars [parameters] ]</notextile>*
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 4 Per Amundsen
*Examples*
8
9
table(ktable).
10
|*Mode*|*Description*|
11
| +b &lt;nick!ident@host&gt; | Ban a mask from the channel. |
12
| -b &lt;nick!ident@host&gt; | Unban a mask from the channel. |
13
| +i | Make channel invite only. (everyone needs to be invited through /invite to enter the channel) |
14
| -i | Disable invite only. |
15
| +l &lt;N&gt; | Set a user limit on the channel, when user count reaches N, no new users will be allowed. |
16
| -l | Disable user limit. |
17
| +m | Make channel moderated, only users with voice/channel operators can speak. |
18
| -m | Disable channel moderation. |
19
| +n | External messages from users not in the channel is not allowed. |
20
| -n | External messages from users not in the channel is allowed. |
21
| +o &lt;nick&gt; | Make a user channel operator. |
22
| -o &lt;nick&gt; | Demote a channel operator. |
23
| +p | Set channel as private. |
24
| -p | Set channel as public. |
25
| +s | Set channel as secret. (will no be shown in channel /list and so on) |
26
| -s | Set channel as not secret. |
27
| +t | Only channel operators can change topic. |
28
| -t | Everyone can change topic. |
29
| +k &lt;key&gt; | Set a secret key for the channel, only users who knows the key can enter. |
30
| -k | Remove the secret key, everyone can enter. |