summaryrefslogtreecommitdiff
path: root/npc/commands
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands')
-rw-r--r--npc/commands/ipcheck.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/ipcheck.txt b/npc/commands/ipcheck.txt
index 0a2a24657..8928474d9 100644
--- a/npc/commands/ipcheck.txt
+++ b/npc/commands/ipcheck.txt
@@ -21,7 +21,7 @@ OnCall:
OnBan:
if (.@atcmd_numparameters == 0) {
- dispbottom col(l("Syntax: #commandname <reason>"), 1);
+ dispbottom col("Syntax: #ipban <reason>", 1);
}
// Do not allow banning staff
if (is_staff())