aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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);
}