aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
Diffstat (limited to 'irc.h')
-rw-r--r--irc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc.h b/irc.h
index 866e85c3..39cf178c 100644
--- a/irc.h
+++ b/irc.h
@@ -59,7 +59,7 @@ typedef enum
OPER_HACK_IDENTIFY_NOLOAD = 0x01100,
OPER_HACK_IDENTIFY_FORCE = 0x02100,
OPER_HACK_REGISTER = 0x200,
- OPER_HACK_ACCOUNT_ADD = 0x400,
+ OPER_HACK_ACCOUNT_PASSWORD = 0x400,
OPER_HACK_ANY = 0x3700, /* To check for them all at once. */
IRC_UTF8_NICKS = 0x10000, /* Disable ASCII restrictions on buddy nicks. */