Changeset bedad20 for root_commands.c


Ignore:
Timestamp:
2010-11-24T22:32:12Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
b11b781
Parents:
9564e55
Message:

Some polishing/documentation for the "account add" without password hack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • root_commands.c

    r9564e55 rbedad20  
    427427                }
    428428               
    429                 irc_usermsg( irc, "Account successfully added" );
    430                
    431                 if( cmd[4] == NULL )
    432                         irc_usermsg( irc, "Now, use /OPER to enter your password for this account" );
     429                irc_usermsg( irc, "Account successfully added%s", cmd[4] ? "" :
     430                             ", now use /OPER to enter the password" );
    433431               
    434432                return;
Note: See TracChangeset for help on using the changeset viewer.