diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2011-12-26 11:50:34 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2011-12-26 11:50:34 +0100 |
commit | 644b8080349d7d42ca89946acc207592fd0acc2d (patch) | |
tree | ceded3c147f55b819e11503e91cc4d9e75bbcd43 /root_commands.c | |
parent | 9a1c14d8b636510242f81558f7f0a43918636865 (diff) |
A few more minor cleanups before merging this into mainline.
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 ); } |