repo: ngircd
action: commit
revision: 
path_from: 
revision_from: fee8ff37b3a8bedf1403e67d8384a7227c4f7b40:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit fee8ff37b3a8bedf1403e67d8384a7227c4f7b40
Author: Alexander Barton 
Date:   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
index e47e2707244f9d30894c6b108357918468fa92af..
index ..2b700f0cb66a5da6065eb07bf2e8ae2733908da3 100644
--- 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-----