aboutsummaryrefslogtreecommitdiff
path: root/src/irc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc.c')
-rw-r--r--src/irc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc.c b/src/irc.c
index 238da87..7bb1bf6 100644
--- a/src/irc.c
+++ b/src/irc.c
@@ -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();
}