Show
Ignore:
Timestamp:
2005-12-08T16:00:08Z (5 years ago)
Author:
Jelmer Vernooij <jelmer@…>
branch-nick:
storage
revision id:
jelmer@samba.org-20051208160008-2050290982eca0ca
Message:

Clearer seperation between crypting and generic password code

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • devel/commands.c

    r68.1.5 r68.1.6  
    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 );