Module: ngircd.git
Branch: master
Commit: fee8ff37b3a8bedf1403e67d8384a7227c4f7b40
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=fee8ff37…
Author: Alexander Barton <alex(a)barton.de>
Date: Mon Aug 27 21:17:49 2012 +0200
Add new channel mode "M" to doc/Modes.txt
---
doc/Modes.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/Modes.txt b/doc/Modes.txt
index e47e270..2b700f0 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".
Module: ngircd.git
Branch: master
Commit: 55859c1befa7cd04a130f1816cb73a9629637105
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=55859c1b…
Author: Alexander Barton <alex(a)barton.de>
Date: Sun Aug 26 19:42:08 2012 +0200
Merge branch 'better-chan-errors'
By Alexander Barton (1) and DNS777 (1)
* better-chan-errors:
Remove unused ERR_CANNOTSENDTOCHAN2_MSG message
Add some more information to channel error numerics
---