]> arthur.barton.de Git - ngircd-alex.git/commit
JOIN command: don't check channel limit if already member
authorAlexander Barton <alex@barton.de>
Fri, 13 Jan 2012 09:40:20 +0000 (10:40 +0100)
committerAlexander Barton <alex@barton.de>
Fri, 13 Jan 2012 09:40:20 +0000 (10:40 +0100)
commit77f68b4fd140404848e203a6634ecd472294723f
tree858870eedcd67ddfcb42a3d79719f842b856c087
parent2f8877ded4f0831a2f6033c589fcd36d9cecd0ba
JOIN command: don't check channel limit if already member

Don't check the channel limit and don't report "too many channels"
when trying to join a channel that the client is already a member of.
src/ngircd/irc-channel.c