]> arthur.barton.de Git - ngircd.git/commit
Implement channel mode "Q" and user mode "q"
authorAlexander Barton <alex@barton.de>
Sat, 6 Oct 2012 16:13:01 +0000 (18:13 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 6 Oct 2012 16:13:01 +0000 (18:13 +0200)
commitd3ae351236e605b400b94fcfa8e7670e26e19c89
tree00687936e8f7507c06a27f68412f4f88bacad437
parent4790d78c980c79abfd71c064be1eb085717210f8
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.
doc/Modes.txt
src/ngircd/channel.c
src/ngircd/defines.h
src/ngircd/irc-mode.c
src/ngircd/messages.h