repo: ngircd action: commit revision: path_from: revision_from: fee8ff37b3a8bedf1403e67d8384a7227c4f7b40: path_to: revision_to:
commit fee8ff37b3a8bedf1403e67d8384a7227c4f7b40 Author: Alexander BartonDate: Mon Aug 27 21:17:49 2012 +0200 Add new channel mode "M" to doc/Modes.txt diff --git a/doc/Modes.txt b/doc/Modes.txt
--- a/doc/Modes.txt +++ b/doc/Modes.txt @@ -49,6 +49,7 @@ users to lists (e.g. "invite list", "ban list"), others have parameters k 0.6.0 Channel has a "key" (a password). l 0.6.0 Channel has a user limit. m 0.3.0 Channel is moderated, only "voiced" users can send messages. + M 20 Only registered users (and IRC Ops) can send messages. 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".
-----END OF PAGE-----