Changeset 35987a1 for irc.h


Ignore:
Timestamp:
2014-02-28T23:17:28Z (10 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
b4b8f1e
Parents:
2e815e5
Message:

Allow use of "ac x set -del password" to use /oper to change the password
"securely". Patch from Flexo, bug #1117.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    r2e815e5 r35987a1  
    6060        OPER_HACK_IDENTIFY_FORCE  = 0x02100,
    6161        OPER_HACK_REGISTER = 0x200,
    62         OPER_HACK_ACCOUNT_ADD = 0x400,
     62        OPER_HACK_ACCOUNT_PASSWORD = 0x400,
    6363        OPER_HACK_ANY = 0x3700, /* To check for them all at once. */
    6464       
Note: See TracChangeset for help on using the changeset viewer.