summaryrefslogtreecommitdiff
path: root/src/irc/core/irc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/core/irc.h')
-rw-r--r--src/irc/core/irc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/core/irc.h b/src/irc/core/irc.h
index 7006d9f6..77d7dc98 100644
--- a/src/irc/core/irc.h
+++ b/src/irc/core/irc.h
@@ -21,7 +21,7 @@ typedef struct _REDIRECT_REC REDIRECT_REC;
#define isnickflag(a) \
((a) == '@' || (a) == '+' || (a) == '%' || /* op / voice */ \
- (a) == '%' || (a) == '.') /* extensions: half-op / owner */
+ (a) == '%' || (a) == '.' || (a) == '!') /* extensions: half-op / owners */
#define ischannel(a) \
((a) == '#' || /* normal */ \