about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/command/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index ea789192..3bc595af 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -2120,7 +2120,7 @@ cmd_ban(gchar **args, struct cmd_help_t help)
 
     win_type_t win_type = ui_current_win_type();
     if (win_type != WIN_MUC) {
-        cons_show("Command '/kick' only applies in chat rooms.");
+        cons_show("Command '/ban' only applies in chat rooms.");
         return TRUE;
     }