summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index 3d30e2169..c83001cc1 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -233,7 +233,7 @@ impHandler1(announce)
Net::getAdminHandler()->announce(args);
}
-impHandler0(help)
+impHandler2(help)
{
if (!helpWindow)
return;
@@ -480,7 +480,7 @@ impHandler0(present)
chatWindow->doPresent();
}
-impHandler1(ignore)
+impHandler(ignore)
{
changeRelation(args, PlayerRelation::IGNORED, "ignored", tab);
}