about summary refs log tree commit diff
path: root/handle.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-02 03:34:05 -0500
committerJune McEnroe <june@causal.agency>2020-02-02 03:34:05 -0500
commit052cd2ed2688867f8b980d283ea3aa410d9dd6aa (patch)
tree1cc9ec89890a3fe3e1f8085fcbd8e3f19ffa32b9 /handle.c
parentAdd idColors (diff)
downloadcatgirl-052cd2ed2688867f8b980d283ea3aa410d9dd6aa.tar.gz
catgirl-052cd2ed2688867f8b980d283ea3aa410d9dd6aa.zip
Remove style string macros
Diffstat (limited to 'handle.c')
-rw-r--r--handle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/handle.c b/handle.c
index f52f6f9..ef61129 100644
--- a/handle.c
+++ b/handle.c
@@ -188,7 +188,7 @@ static void handleJoin(struct Message *msg) {
 	}
 	uiFormat(
 		id, Cold, tagTime(msg),
-		C"%02d%s"C" arrives in "C"%02d%s"C,
+		"\3%02d%s\3 arrives in \3%02d%s\3",
 		hash(msg->user), msg->nick, idColors[id], idNames[id]
 	);
 }