From f844caecef4174f1fd52c1e810a836489935a01d Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 13 Apr 2026 02:08:22 -0400 Subject: Save a tiny bit of space. 7701 bytes free. --- src/irc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/irc.c') diff --git a/src/irc.c b/src/irc.c index f87e9f2..97ca2d8 100644 --- a/src/irc.c +++ b/src/irc.c @@ -201,9 +201,9 @@ static void do_ctcp(char is_notice) { txbuf_set_str3("NOTICE ", msg_src, " :\x01"); txbuf_append_str(ctcp_type); - txbuf_append_chr(' '); + txbuf_append_spc(); txbuf_append_str(resp); - txbuf_append_chr('\x01'); + txbuf_append_01(); txbuf_send(); } } -- cgit v1.2.3