diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-13 18:44:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-13 18:44:28 -0300 |
commit | 2a413b55c50312e649479ca722430ba2f8fbcb77 (patch) | |
tree | 72bc6621e10b360a431eee67fdd2e982a6e3ab01 /npc/commands/ipcheck.txt | |
parent | d3506fc93611adaca16450b1a18b3fbebd71b91d (diff) | |
download | serverdata-2a413b55c50312e649479ca722430ba2f8fbcb77.tar.gz serverdata-2a413b55c50312e649479ca722430ba2f8fbcb77.tar.bz2 serverdata-2a413b55c50312e649479ca722430ba2f8fbcb77.tar.xz serverdata-2a413b55c50312e649479ca722430ba2f8fbcb77.zip |
Found you!
Diffstat (limited to 'npc/commands/ipcheck.txt')
-rw-r--r-- | npc/commands/ipcheck.txt | 2 |
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()) |