about summary refs log tree commit diff
path: root/chat.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--chat.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/chat.c b/chat.c
index 1ae7090..f854a33 100644
--- a/chat.c
+++ b/chat.c
@@ -247,5 +247,13 @@ int main(int argc, char *argv[]) {
 	} else {
 		ircFormat("QUIT\r\n");
 	}
+	struct Message msg = {
+		.nick = self.nick,
+		.user = self.user,
+		.cmd = "QUIT",
+		.params[0] = self.quit,
+	};
+	handle(msg);
+
 	uiHide();
 }
id=ab50d1a589f0e246bd5a2616d51aa95e0ad8fb30&follow=1'>Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe 2019-12-16Post "cgit setup"June McEnroe