Module: ngircd.git Branch: master Commit: b12acddf4fd143a91a825ba40ef0a15d7f2c3e4a URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=b12ac...
Author: Alexander Barton alex@barton.de Date: Sun Sep 23 17:52:26 2012 +0200
doc/Modes.txt: add version number to new channel modes
---
doc/Modes.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/Modes.txt b/doc/Modes.txt index dec80ce..e3b754d 100644 --- a/doc/Modes.txt +++ b/doc/Modes.txt @@ -68,11 +68,11 @@ channel of which he is a member.
mode since description
- q 20? User is channel owner can only be set by a service, other + q 20 User is channel owner can only be set by a service, other owner and irc op. Can promote other users to q, a, o, h, v. - a 20? User is channel admin and can promote other users to v, h, o + a 20 User is channel admin and can promote other users to v, h, o o 0.2.0 User is channel operator and can op/kick/... other members. - h 20? User is half op and can set channel modes imntvIbek and kick + h 20 User is half op and can set channel modes imntvIbek and kick voiced and normal users. v 0.2.0 User is "voiced" and can speak even if channel is moderated.