Changeset aa88e50 for root_commands.c


Ignore:
Timestamp:
2012-06-07T22:40:59Z (12 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
bb5ce568
Parents:
15581c1
Message:

Make error message on using save without registering/identifying a little
more helpful.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • root_commands.c

    r15581c1 raa88e50  
    281281{
    282282        if( ( irc->status & USTATUS_IDENTIFIED ) == 0 )
    283                 irc_rootmsg( irc, "Please create an account first" );
     283                irc_rootmsg( irc, "Please create an account first (see \x02help register\x02)" );
    284284        else if( storage_save( irc, NULL, TRUE ) == STORAGE_OK )
    285285                irc_rootmsg( irc, "Configuration saved" );
Note: See TracChangeset for help on using the changeset viewer.