Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • root_commands.c

    r2c18fcd rfda194f  
    553553            ( a = account_get( irc->b, cmd[1] ) ) == NULL )
    554554        {
    555                 irc_rootmsg( irc, "Could not find account `%s'.", cmd[1] );
     555                irc_rootmsg( irc, "Could not find account `%s'. Note that the syntax "
     556                             "of the account command changed, see \x02help account\x02.", cmd[1] );
    556557               
    557558                return;
Note: See TracChangeset for help on using the changeset viewer.