diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2014-02-28 23:17:28 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2014-02-28 23:17:28 +0000 |
commit | 35987a1c74b708cd9ba2dc351400edd4d4046a6f (patch) | |
tree | 34b8a4257258f13a4aa902169a6e7f81e75d1a43 /irc.h | |
parent | 2e815e5627b54696d4a81cddd8162fa0414b118f (diff) |
Allow use of "ac x set -del password" to use /oper to change the password
"securely". Patch from Flexo, bug #1117.
Diffstat (limited to 'irc.h')
-rw-r--r-- | irc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |