diff options
| -rw-r--r-- | src/irc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); } } |
