]> arthur.barton.de Git - ngircd.git/commit
PredefChannelsOnly: Fix message for non pre-defined channels
authorDNS777 <dns@rbose.org>
Tue, 16 Oct 2012 05:28:44 +0000 (07:28 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 4 Nov 2012 19:38:36 +0000 (20:38 +0100)
commita7f37cebdc300b3b87bb8d6b558769cf11441f61
tree8a260451ce46431a78ac2fc8061aa445605e2ee0
parent47b99c69cc411ec35078917ab6d9d7278ed2a1da
PredefChannelsOnly: Fix message for non pre-defined channels

If PredefChannelsOnly is enabled, and if someone tries to create
a channel which does not exist, then the error message is a 474.
The 474 Error message changed recently and does not match anymore:
'Cannot join channel (+b) -- You are banned'.

Changed the error message to numeric 403 'No such channel'.

Bug introduced by commit 9a82304a.

(cherry picked from commit 2c2e08f34187a33c1da745995c5f213e33a91410)
src/ngircd/irc-channel.c