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 f8f2e578..fcf6f66e 100644 --- a/root_commands.c +++ b/root_commands.c @@ -458,7 +458,7 @@ static void cmd_account( irc_t *irc, char **cmd ) irc_rootmsg( irc, "You can now use the /OPER command to " "enter the password" ); if( oauth ) - irc_rootmsg( irc, "Alternatively, enable oauth if " + irc_rootmsg( irc, "Alternatively, enable OAuth if " "the account supports it: account %s " "set oauth on", a->tag ); } |