summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-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]
 		);
 	}
nfig/nvim/init.vim?id=7d6a4f057f8d7f8a8be472ca7d969dd38ec9a78a&follow=1'>Show terminal title in statuslineJune McEnroe 2017-07-04Add nvim terminal mappingsJune McEnroe 2017-06-29Add color to xxJune McEnroe 2017-06-28Set tmux copy-mode-vi bindings for TarmakJune McEnroe 2017-06-27Link Scala syntax fileJune McEnroe Oops. 2017-06-27Clean up top of trivial colorscheme fileJune McEnroe 2017-06-27Fix Scala syntax highlight linksJune McEnroe