forked from PsychoticNinja/irssi
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 'e':
|
||||||
case 'I':
|
case 'I':
|
||||||
case 'q':
|
case 'q':
|
||||||
|
case 'd':
|
||||||
/* Don't set it as channel mode */
|
/* Don't set it as channel mode */
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user