diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-06 20:58:52 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-06 20:58:52 -0500 |
| commit | 2855154aef5e0e05b5243e6308607fca2d170224 (patch) | |
| tree | f69e48d868fefd41a96e146ef434d417f2809670 /src/irc.c | |
| parent | b8af9ac3624059f4702623212e3cd3f6530ec0c4 (diff) | |
| download | fujinet-chat-2855154aef5e0e05b5243e6308607fca2d170224.tar.gz | |
Local commands!
Diffstat (limited to 'src/irc.c')
| -rw-r--r-- | src/irc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -164,6 +164,7 @@ static void do_mode(void) { scr_print_active(" "); scr_print_active(msg_args[i]); } + if(msg_text) scr_print_active(msg_text); scr_eol_active(); } |
