Changeset devel,68.1.6 for devel/commands.c
- Timestamp:
- 2005-12-08T16:00:08Z (5 years ago)
- branch-nick:
- storage
- revision id:
- jelmer@samba.org-20051208160008-2050290982eca0ca
- Files:
-
- 1 modified
-
devel/commands.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
devel/commands.c
r68.1.5 r68.1.6 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 );
