aboutsummaryrefslogtreecommitdiff
path: root/src/irc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc.c')
-rw-r--r--src/irc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc.c b/src/irc.c
index 427f7ee..ccdfe20 100644
--- a/src/irc.c
+++ b/src/irc.c
@@ -213,7 +213,7 @@ static void do_ctcp(int is_notice) {
txbuf_append_str(ctcp_type);
txbuf_append_chr(' ');
txbuf_append_str(resp);
- txbuf_append_str('\x01');
+ txbuf_append_chr('\x01');
txbuf_send();
}
}