aboutsummaryrefslogtreecommitdiffstats
path: root/ipc.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-01-22 01:15:03 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2006-01-22 01:15:03 +0100
commit87de505f3203054a2a0becbea5a064d24ab2cde3 (patch)
tree4a24f1b051bd17fe1603d268cb5b649b84a08174 /ipc.c
parentf1d38f20f760376f43b90a105486cf3ff2fbf2c4 (diff)
Quit message was invisible on /DIE.
Diffstat (limited to 'ipc.c')
-rw-r--r--ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc.c b/ipc.c
index 3528988f..aba59bda 100644
--- a/ipc.c
+++ b/ipc.c
@@ -87,7 +87,7 @@ static const command_t ipc_master_commands[] = {
static void ipc_child_cmd_die( irc_t *irc, char **cmd )
{
- irc_abort( irc, 1, "Shutdown requested by operator" );
+ irc_abort( irc, 0, "Shutdown requested by operator" );
}
static void ipc_child_cmd_wallops( irc_t *irc, char **cmd )