summaryrefslogtreecommitdiff
path: root/src/irc/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/core')
-rw-r--r--src/irc/core/modes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc/core/modes.c b/src/irc/core/modes.c
index 327a98aa..08ac6f8d 100644
--- a/src/irc/core/modes.c
+++ b/src/irc/core/modes.c
@@ -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;