mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05: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
@ -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…
Reference in New Issue
Block a user