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 eae52ae9..ec165ca1 100644
--- a/src/command.c
+++ b/src/command.c
@@ -494,8 +494,8 @@ _cmd_connect(const char * const inp, struct cmd_help_t help)
 static gboolean
 _cmd_quit(const char * const inp, struct cmd_help_t help)
 {
-    log_info("Profanity is shutting down.");
-    profanity_shutdown_init();
+    log_info("Profanity is shutting down...");
+    exit(0);
     return FALSE;
 }