diff options
| author | Alexander Barton <alex@barton.de> | 2012-10-06 18:13:01 +0200 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2012-10-06 18:13:01 +0200 |
| commit | d3ae351236e605b400b94fcfa8e7670e26e19c89 (patch) | |
| tree | 00687936e8f7507c06a27f68412f4f88bacad437 /doc | |
| parent | 4790d78c980c79abfd71c064be1eb085717210f8 (diff) | |
| download | ngircd-d3ae351236e605b400b94fcfa8e7670e26e19c89.tar.gz ngircd-d3ae351236e605b400b94fcfa8e7670e26e19c89.zip | |
Implement channel mode "Q" and user mode "q"
Both modes protect users from channel kicks: only IRC operators and servers can kick users having mode "q" or in channels with mode "Q". Original patch by DNS777 <dns@rbose.org>, thanks! This closes bug #141.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Modes.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Modes.txt b/doc/Modes.txt index e3b754d6..fb784511 100644 --- a/doc/Modes.txt +++ b/doc/Modes.txt @@ -27,6 +27,7 @@ channels he is using at the moment. C 19 Only users that share a channel are allowed to send messages. i 0.0.1 User is "invisible". o 0.0.1 User is IRC operator. + q 20 User is protected, can not be kicked from a channel. r 0.0.1 User is restricted. R (1) 19 User is registered (e.g. by NickServ). s 0.4.0 User wants to receive server notices. @@ -54,6 +55,7 @@ users to lists (e.g. "invite list", "ban list"), others have parameters n 0.3.0 Channel doesn't allow messages of users not being members. O 18 Only IRC operators are allowed to join this channel. P 0.5.0 Channel is "persistent". + Q 20 Nobody can be kicked from the channel. r (1) 19 Channel is "registered" (e.g. by ChanServ). R 19 Only registered users are allowed to join this channel. s 0.9.0 Channel is "secret". |