]> arthur.barton.de Git - ngircd.git/commit
Report ERR_NOTONCHANNEL when trying to part a channel one is not member of.
authorAlexander Barton <alex@barton.de>
Thu, 24 Apr 2008 21:52:54 +0000 (23:52 +0200)
committerAlexander Barton <alex@barton.de>
Thu, 24 Apr 2008 21:52:54 +0000 (23:52 +0200)
commit523a6fad097cedd31a6931a29d91bab0d391df63
tree8015fe95c8c0bbe5f6955beaeeee1d96b7e2577e
parent54b17fc20162941d03a17ddf78706c5fdc5cfff4
Report ERR_NOTONCHANNEL when trying to part a channel one is not member of.

When trying to part a channel ("PART #channel") the client is not member of
the daemon now correctly reports the numeric ERR_NOTONCHANNEL (442) insted
of ERR_NOSUCHCHANNEL (403).
src/ngircd/channel.c