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 /root_commands.c | |
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 'root_commands.c')
-rw-r--r-- | root_commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root_commands.c b/root_commands.c index 0bd16163..2c153f0e 100644 --- a/root_commands.c +++ b/root_commands.c @@ -421,7 +421,7 @@ static void cmd_account( irc_t *irc, char **cmd ) return; } - irc->status |= OPER_HACK_ACCOUNT_ADD; + irc->status |= OPER_HACK_ACCOUNT_PASSWORD; } prpl = find_protocol( cmd[2] ); |