aboutsummaryrefslogtreecommitdiffstats
path: root/ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipc.c')
-rw-r--r--ipc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ipc.c b/ipc.c
index a60a1c0c..03c44827 100644
--- a/ipc.c
+++ b/ipc.c
@@ -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 )