summaryrefslogtreecommitdiff
path: root/npc/commands
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-13 18:44:28 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-13 18:44:28 -0300
commit2a413b55c50312e649479ca722430ba2f8fbcb77 (patch)
tree72bc6621e10b360a431eee67fdd2e982a6e3ab01 /npc/commands
parentd3506fc93611adaca16450b1a18b3fbebd71b91d (diff)
downloadserverdata-2a413b55c50312e649479ca722430ba2f8fbcb77.tar.gz
serverdata-2a413b55c50312e649479ca722430ba2f8fbcb77.tar.bz2
serverdata-2a413b55c50312e649479ca722430ba2f8fbcb77.tar.xz
serverdata-2a413b55c50312e649479ca722430ba2f8fbcb77.zip
Found you!
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())