diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-04-26 16:49:10 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-04-26 16:49:10 -0400 |
| commit | dd6820b88edc6d52ff9008781a2f27de85c24780 (patch) | |
| tree | 45dd4f241317b17a9d039a57752c69443063bdf8 /src | |
| parent | f919899bed45f6303637435850aa26ad37203f68 (diff) | |
| download | fujinet-chat-dd6820b88edc6d52ff9008781a2f27de85c24780.tar.gz | |
do_mode(): print "Server sets MODE +iw", e.g.
Diffstat (limited to 'src')
| -rw-r--r-- | src/irc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |
