diff options
Diffstat (limited to 'src/cmd.c')
| -rw-r--r-- | src/cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ void cmd_command(const char *cmd) { txbuf_send_str(cmd + 1); else if(channel[0]) cmd_chan_text(cmd); - else scr_print(SCR_CURR, "*** You are not on a channel\n"); + else scr_print_current("*** You are not on a channel\n"); } void cmd_execute(void) { |
