summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/crsm.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/crsm.cpp b/src/crsm.cpp
index fd0d33e..eaa3b71 100644
--- a/src/crsm.cpp
+++ b/src/crsm.cpp
@@ -2167,6 +2167,10 @@ CMD_FUNCTION_IMPL(reconnectIrc)
}
CMD_FUNCTION_IMPL(groupinfo)
+ if(!args.isEmpty())
+ {
+ respond(client, "Unbekannter Unterbefehl: \"" + args + "\"!\n");
+ }
help("help", cmd, client, userType);
}