Changeset aa88e50
- Timestamp:
- 2012-06-07T22:40:59Z (12 years ago)
- Branches:
- master
- Children:
- bb5ce568
- Parents:
- 15581c1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
root_commands.c
r15581c1 raa88e50 281 281 { 282 282 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)" ); 284 284 else if( storage_save( irc, NULL, TRUE ) == STORAGE_OK ) 285 285 irc_rootmsg( irc, "Configuration saved" );
Note: See TracChangeset
for help on using the changeset viewer.