From fda194fe19a3e91b12387aeb9eda544580e48381 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Mon, 19 Mar 2012 21:01:50 +0000 Subject: Allow identify -noload/-force without typing a password. (/OPER) Patch from trac3r, bug #814. --- irc.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'irc.h') 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; -- cgit v1.2.3