about summary refs log tree commit diff
path: root/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'input.c')
-rw-r--r--input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/input.c b/input.c
index ffd0d10..d31172c 100644
--- a/input.c
+++ b/input.c
@@ -110,6 +110,7 @@ static void inputQuit(struct Tag tag, char *params) {
 	} else {
 		ircFmt("QUIT :Goodbye\r\n");
 	}
+	eventQuit();
 }
 
 static void inputURL(struct Tag tag, char *params) {