about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-11-16 14:16:43 -0500
committerJune McEnroe <june@causal.agency>2021-11-16 14:16:43 -0500
commitbd3e0ac76b3bf8da1ae785f7af7355748b1f2656 (patch)
tree261f8ea0d5fb269b2e26ce337c60713ab2e22e49
parentHandle RPL_WHOISSPECIAL (diff)
downloadtest-bd3e0ac76b3bf8da1ae785f7af7355748b1f2656.tar.gz
test-bd3e0ac76b3bf8da1ae785f7af7355748b1f2656.zip
Make the /ops response more flavourful
How did this normal sounding format string get in there!
-rw-r--r--handle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/handle.c b/handle.c
index 38fd132..7721745 100644
--- a/handle.c
+++ b/handle.c
@@ -571,7 +571,7 @@ static void handleReplyWho(struct Message *msg) {
 	require(msg, false, 7);
 	if (who.ptr == who.buf) {
 		who.ptr = seprintf(
-			who.ptr, who.end, "The operators of \3%02d%s\3 are ",
+			who.ptr, who.end, "The council of \3%02d%s\3 are ",
 			hash(msg->params[1]), msg->params[1]
 		);
 	}
53 -0400'>2022-03-22Source ~/.profile.local if it existsJune McEnroe 2022-03-18Publish "Addendum 2021"June McEnroe 2022-03-16Remove wcwidth portJune McEnroe DYLD_FORCE_FLAT_NAMESPACE no longer exists in macOS 12 so this approach doesn't work anymore. Moved to <https://git.causal.agency/jorts/tree/wcwidth> and compiled into <https://git.causal.agency/jorts/tree/ncurses>. 2022-03-16Remove -j4 from ./PlanJune McEnroe Plan learned to set this automatically! 2022-03-15Rewrite Linux install.sh for DebianJune McEnroe 2022-03-15Remove dashJune McEnroe