aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-04-26 16:49:10 -0400
committerB. Watson <urchlay@slackware.uk>2026-04-26 16:49:10 -0400
commitdd6820b88edc6d52ff9008781a2f27de85c24780 (patch)
tree45dd4f241317b17a9d039a57752c69443063bdf8 /src
parentf919899bed45f6303637435850aa26ad37203f68 (diff)
downloadfujinet-chat-dd6820b88edc6d52ff9008781a2f27de85c24780.tar.gz
do_mode(): print "Server sets MODE +iw", e.g.
Diffstat (limited to 'src')
-rw-r--r--src/irc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc.c b/src/irc.c
index 15fc2a6..aa14bc9 100644
--- a/src/irc.c
+++ b/src/irc.c
@@ -348,7 +348,7 @@ static void do_mode(void) {
} else {
scr_print_active("Server");
}
- scr_print_active(" sets mode:");
+ scr_print_active(" sets ");
do_catchall(0);
}