summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/crsm.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/crsm.cpp b/src/crsm.cpp
index e8190b7..31de32b 100644
--- a/src/crsm.cpp
+++ b/src/crsm.cpp
@@ -2289,6 +2289,11 @@ CMD_FUNCTION_IMPL(help)
recursive = true;
}
bool longHelp = recursive || (args == "long");
+ if(longHelp && client.interface == IRC)
+ {
+ respond(client, "Die lange Hilfe ist über IRC nicht verfügbar.\n");
+ return Success;
+ }
if(args.isEmpty() || longHelp)
{
QString response = "Verfügbare Befehle: ";