Changeset 7cad7b4 for commands.c


Ignore:
Timestamp:
2005-12-08T16:00:08Z (19 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
87c24ba
Parents:
09adf08
Message:

Clearer seperation between crypting and generic password code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    r09adf08 r7cad7b4  
    114114        }
    115115
    116         setpassnc( irc, cmd[1] );
     116        irc_setpass( irc, cmd[1] );
    117117        switch( global.storage->save( irc, FALSE )) {
    118118                case STORAGE_ALREADY_EXISTS:
     
    145145                return( 0 );
    146146        case STORAGE_OK:
    147                 setpassnc( irc, NULL );
     147                irc_setpass( irc, NULL );
    148148                irc_usermsg( irc, "Account `%s' removed", irc->nick );
    149149                return( 0 );
Note: See TracChangeset for help on using the changeset viewer.