Changeset 2c18fcd


Ignore:
Timestamp:
2012-12-02T12:40:03Z (11 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
b3eee9b
Parents:
e1d3f98
Message:

Removing comment about new syntax for the "account" command, which by now
is two years old already.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • root_commands.c

    re1d3f98 r2c18fcd  
    553553            ( a = account_get( irc->b, cmd[1] ) ) == NULL )
    554554        {
    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] );
     555                irc_rootmsg( irc, "Could not find account `%s'.", cmd[1] );
    557556               
    558557                return;
Note: See TracChangeset for help on using the changeset viewer.