diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-12-02 12:40:03 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-12-02 12:40:03 +0000 |
commit | 2c18fcde3ac966d9aa49a3520881f25fb8c4f985 (patch) | |
tree | 40ddeed6820ddbb3bd0381919ae924be017eafb5 /root_commands.c | |
parent | e1d3f986ddad6140a25f3feffc9e28da8fc2318d (diff) |
Removing comment about new syntax for the "account" command, which by now
is two years old already.
Diffstat (limited to 'root_commands.c')
-rw-r--r-- | root_commands.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/root_commands.c b/root_commands.c index b46b076d..d4adfa81 100644 --- a/root_commands.c +++ b/root_commands.c @@ -552,8 +552,7 @@ static void cmd_account( irc_t *irc, char **cmd ) g_strcasecmp( cmd[1], "del" ) == 0 || ( a = account_get( irc->b, cmd[1] ) ) == NULL ) { - irc_rootmsg( irc, "Could not find account `%s'. Note that the syntax " - "of the account command changed, see \x02help account\x02.", cmd[1] ); + irc_rootmsg( irc, "Could not find account `%s'.", cmd[1] ); return; } |