diff options
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] ); |