mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
Don't treat +d as regular channel mode.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2717 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
88ee09e526
commit
33738b682c
1 changed files with 1 additions and 0 deletions
|
|
@ -265,6 +265,7 @@ void parse_channel_modes(IRC_CHANNEL_REC *channel, const char *setby,
|
|||
case 'e':
|
||||
case 'I':
|
||||
case 'q':
|
||||
case 'd':
|
||||
/* Don't set it as channel mode */
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue