Project

General

Profile

Mode » History » Version 6

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