From 2c18fcde3ac966d9aa49a3520881f25fb8c4f985 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 2 Dec 2012 12:40:03 +0000 Subject: Removing comment about new syntax for the "account" command, which by now is two years old already. --- root_commands.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'root_commands.c') 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; } -- cgit v1.2.3