]> arthur.barton.de Git - ngircd.git/commit
Implement channel exception list (mode 'e')
authorAlexander Barton <alex@barton.de>
Sat, 21 Jan 2012 18:59:57 +0000 (19:59 +0100)
committerAlexander Barton <alex@barton.de>
Sat, 21 Jan 2012 18:59:57 +0000 (19:59 +0100)
commitf2fa1045e24f81e5c844dd50d6e299cb1ad9acb2
treeb9a69e15df994d88c81c374db6f41f1a4b27a56d
parent33a165721b79bf896a1895e79fa0809fd6f71174
Implement channel exception list (mode 'e')

This allows a channel operator to define exception masks that allow users
to join the channel even when a "ban" would match and prevent them from
joining: the exception list (e) overrides the ban list (b).
src/ngircd/channel.c
src/ngircd/channel.h
src/ngircd/defines.h
src/ngircd/irc-channel.c
src/ngircd/irc-mode.c
src/ngircd/messages.h