diff options
Diffstat (limited to 'src/cmd.c')
| -rw-r--r-- | src/cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -218,7 +218,7 @@ static void send_ctcp(void) { txbuf_append_str(arg2); if(arg3) txbuf_append_str2(" ", arg3); - txbuf_append_str("\x01"); + txbuf_append_chr('\x01'); txbuf_send(); } |
