Changeset 7cad7b4 for commands.c
- Timestamp:
- 2005-12-08T16:00:08Z (19 years ago)
- Branches:
- master
- Children:
- 87c24ba
- Parents:
- 09adf08
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
commands.c
r09adf08 r7cad7b4 114 114 } 115 115 116 setpassnc( irc, cmd[1] );116 irc_setpass( irc, cmd[1] ); 117 117 switch( global.storage->save( irc, FALSE )) { 118 118 case STORAGE_ALREADY_EXISTS: … … 145 145 return( 0 ); 146 146 case STORAGE_OK: 147 setpassnc( irc, NULL );147 irc_setpass( irc, NULL ); 148 148 irc_usermsg( irc, "Account `%s' removed", irc->nick ); 149 149 return( 0 );
Note: See TracChangeset
for help on using the changeset viewer.