aboutsummaryrefslogtreecommitdiffstats
path: root/root_commands.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2012-12-02 12:40:03 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2012-12-02 12:40:03 +0000
commit2c18fcde3ac966d9aa49a3520881f25fb8c4f985 (patch)
tree40ddeed6820ddbb3bd0381919ae924be017eafb5 /root_commands.c
parente1d3f986ddad6140a25f3feffc9e28da8fc2318d (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.c3
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;
}