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