mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Handle event "407 duplicate channel" correctly - happens when trying to
create !channel (/join !!channel) while it already exists. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@741 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ad97695841
commit
d398247f76
4 changed files with 50 additions and 2 deletions
|
|
@ -32,6 +32,7 @@ enum {
|
|||
IRCTXT_JOINERROR_BAD_KEY,
|
||||
IRCTXT_JOINERROR_BAD_MASK,
|
||||
IRCTXT_JOINERROR_UNAVAIL,
|
||||
IRCTXT_JOINERROR_DUPLICATE,
|
||||
IRCTXT_CHANNEL_REJOIN,
|
||||
IRCTXT_INVITING,
|
||||
IRCTXT_NOT_INVITED,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue