Changeset 13caf0a


Ignore:
Timestamp:
2006-01-15T14:16:49Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
74c119d
Parents:
e0ca412
Message:

Better implementation of /DIE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipc.c

    re0ca412 r13caf0a  
    3333static int ipc_master_cmd_die( irc_t *data, char **cmd )
    3434{
    35         /* This shouldn't really be the final implementation... */
    36         exit( 0 );
     35        bitlbee_shutdown( NULL );
    3736}
    3837
Note: See TracChangeset for help on using the changeset viewer.