summaryrefslogtreecommitdiff
path: root/src/irc
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc')
-rw-r--r--src/irc/core/modes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/irc/core/modes.h b/src/irc/core/modes.h
index a8b7ecdd..12f36896 100644
--- a/src/irc/core/modes.h
+++ b/src/irc/core/modes.h
@@ -4,8 +4,8 @@
/* modes that have argument always */
#define HAS_MODE_ARG_ALWAYS(mode) \
((mode) == 'b' || (mode) == 'e' || (mode) == 'I' || (mode) == 'q' || \
- (mode) == 'o' || (mode) == 'h' || (mode) == 'v' || (mode) == 'O' || \
- (mode) == 'k')
+ (mode) == 'd' || (mode) == 'o' || (mode) == 'h' || (mode) == 'v' || \
+ (mode) == 'O' || (mode) == 'k')
/* modes that have argument when being set (+) */
#define HAS_MODE_ARG_SET(mode) \