diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-01-15 15:16:49 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-01-15 15:16:49 +0100 |
commit | 13caf0aa5d1e5575b74221e0cd9e4ff9f4cd79a8 (patch) | |
tree | 849985c4a9f4179942a4a900594930b2a9ed2a93 /ipc.c | |
parent | e0ca412a709c80cc7fe26db0576c2bc38be4a45a (diff) |
Better implementation of /DIE
Diffstat (limited to 'ipc.c')
-rw-r--r-- | ipc.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -32,8 +32,7 @@ GSList *child_list = NULL; static int ipc_master_cmd_die( irc_t *data, char **cmd ) { - /* This shouldn't really be the final implementation... */ - exit( 0 ); + bitlbee_shutdown( NULL ); } static int ipc_master_cmd_wallops( irc_t *data, char **cmd ) |