From 35987a1c74b708cd9ba2dc351400edd4d4046a6f Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Fri, 28 Feb 2014 23:17:28 +0000 Subject: Allow use of "ac x set -del password" to use /oper to change the password "securely". Patch from Flexo, bug #1117. --- root_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'root_commands.c') 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] ); -- cgit v1.2.3