aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
Diffstat (limited to 'irc.h')
-rw-r--r--irc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/irc.h b/irc.h
index 930b90b3..97d56ea1 100644
--- a/irc.h
+++ b/irc.h
@@ -56,9 +56,11 @@ typedef enum
to logfiles) is the /OPER command, try to use that command for
stuff that matters. */
OPER_HACK_IDENTIFY = 0x100,
+ OPER_HACK_IDENTIFY_NOLOAD = 0x01100,
+ OPER_HACK_IDENTIFY_FORCE = 0x02100,
OPER_HACK_REGISTER = 0x200,
OPER_HACK_ACCOUNT_ADD = 0x400,
- OPER_HACK_ANY = 0x700, /* To check for them all at once. */
+ OPER_HACK_ANY = 0x3700, /* To check for them all at once. */
} irc_status_t;
struct irc_user;