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