about summary refs log tree commit diff
path: root/edit.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-10-30 16:37:29 -0400
committerJune McEnroe <june@causal.agency>2022-10-30 16:37:29 -0400
commit449d2b2c4de9e3579fdf555761862b909e52e9d5 (patch)
tree77d51d72bdd3abe1364f90da55cd02534d034d56 /edit.c
parentOpenBSD: Fix broken unveil in calico on 7.2 (diff)
downloadpounce-449d2b2c4de9e3579fdf555761862b909e52e9d5.tar.gz
pounce-449d2b2c4de9e3579fdf555761862b909e52e9d5.zip
Use $pounce as clientQuit keyword
Diffstat (limited to '')
-rw-r--r--edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit.c b/edit.c
index 793e413..4003fac 100644
--- a/edit.c
+++ b/edit.c
@@ -404,7 +404,7 @@ static void handlePrivmsg(struct Message *msg) {
 		);
 
 	} else if (!strcmp(cmd, "restart")) {
-		format("QUIT :pounce reloading configuration\r\n");
+		format("QUIT :$pounce reloading configuration\r\n");
 	}
 }