aboutsummaryrefslogtreecommitdiff
path: root/src/cmd.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-02-18 13:26:59 -0500
committerB. Watson <urchlay@slackware.uk>2026-02-18 13:26:59 -0500
commite05376aefc6b342859e8cddf9eca647dc61c3336 (patch)
treee52de6d8717bf549aa4c91b44b4d2297711f821e /src/cmd.c
parent48feffd829f30d393b39ae1cbdc7bf3eddca7652 (diff)
downloadfujinet-chat-e05376aefc6b342859e8cddf9eca647dc61c3336.tar.gz
More work...
Diffstat (limited to 'src/cmd.c')
-rw-r--r--src/cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd.c b/src/cmd.c
index 1eccdf5..89d8c4c 100644
--- a/src/cmd.c
+++ b/src/cmd.c
@@ -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) {