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 'edit.c')
-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");
 	}
 }
 
pes from ISUPPORTJune McEnroe 2020-04-05Add unscoop matchers for ban/unban eventsJune McEnroe 2020-04-05Check unscoop regexps with make testJune McEnroe 2020-04-05Add unscoop -n flag for checking regexpsJune McEnroe 2020-04-05Add Ban and Unban event typesJune McEnroe 2020-04-02Update styleJune McEnroe 2020-03-31Update unscoop catgirl matchersJune McEnroe 2020-03-31Fix writing verbose to stderrJune McEnroe 2020-03-02Include <>/-/* around nicks in scoop coloring 1.1June McEnroe 2020-03-02Replace .mk files with configure scriptJune McEnroe 2020-02-28Implement the causal.agency/consumer capabilityJune McEnroe 2020-02-22Include <>/-/* around nicks in coloringJune McEnroe 2020-02-22Use (almost) the full range of IRC colors for nicksJune McEnroe