]> arthur.barton.de Git - ngircd.git/commit
Handle channel user modes 'a', 'h', and 'q' from remote servers
authorAlexander Barton <alex@barton.de>
Mon, 1 Aug 2011 21:30:55 +0000 (23:30 +0200)
committerAlexander Barton <alex@barton.de>
Mon, 1 Aug 2011 21:30:55 +0000 (23:30 +0200)
commit989c9fa531d83c9b1a302b222a4bcfeef767c2b6
tree5e26d22134d17132f4ab3438e10868eb49092f76
parent2fd42667c2a064bab6e28523a7e68383604a1e15
Handle channel user modes 'a', 'h', and 'q' from remote servers

These channel user modes aren't used for anything at the moment, but
ngIRCd knows that these three modes are "channel user modes" and not
"channel modes", that is that these modes take an "nick name" argument.

Like unknown user and channel modes, these modes are saved and forwarded,
but ignored otherwise.
src/ngircd/irc-mode.c