1
0
mirror of https://github.com/irssi/irssi.git synced 2024-10-13 05:03:45 -04: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:
Timo Sirainen 2002-04-26 13:04:16 +00:00 committed by cras
parent 88ee09e526
commit 33738b682c

View File

@ -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;