about summary refs log tree commit diff stats
path: root/src/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command.c b/src/command.c
index 15424362..eae52ae9 100644
--- a/src/command.c
+++ b/src/command.c
@@ -495,8 +495,8 @@ static gboolean
 _cmd_quit(const char * const inp, struct cmd_help_t help)
 {
     log_info("Profanity is shutting down.");
-    jabber_disconnect();
-    return TRUE;
+    profanity_shutdown_init();
+    return FALSE;
 }
 
 static gboolean