]> arthur.barton.de Git - ngircd-alex.git/commit
Don't stop join handling on faulty channel, skip it
authorAlexander Barton <alex@barton.de>
Mon, 2 Jan 2012 14:23:17 +0000 (15:23 +0100)
committerAlexander Barton <alex@barton.de>
Mon, 2 Jan 2012 14:23:17 +0000 (15:23 +0100)
commit565523cbb4a5e2f34d584002916faba411a94187
tree722b9a9d1159a60674b07a0773c37302ec63181f
parent013298d4c68cc82c8b723fedb81ea87ced7fb306
Don't stop join handling on faulty channel, skip it

When JOIN is received with more than one channel name, don't stop
processing on the first error (e.g. bad name, wrong channel key, ...)
but report an error and continue with the other given channel names.

Reported by Cahata -- thanks!
src/ngircd/irc-channel.c