]> arthur.barton.de Git - ngircd-alex.git/commit
Return 461 (syntax error) on "JOIN :" and "PART :"
authorAlexander Barton <alex@barton.de>
Tue, 22 Jul 2008 11:18:19 +0000 (13:18 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 22 Jul 2008 11:18:19 +0000 (13:18 +0200)
commit258143897ca1a4cbc8b97c9691a0cf83b963705a
tree0c97939edff3fc060ef84d9c6419025dc9f24902
parent477f2fd9e719d757ff3d6f3515f845c37e13e354
Return 461 (syntax error) on "JOIN :" and "PART :"

Up to this patch ngIRCd did not return any result (GIT master) or a badly
formated 403 (":irc.server 403 test  :No such channel" [note the two
spaces!], branch-0-12-x) on the above commands, this patch changes the
behaviour to reflect ircd 2.11 which returns 461 in both cases.
src/ngircd/irc-channel.c