summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-03-19 00:07:30 -0300
committerJesusaves <cpntb1@ymail.com>2024-03-19 00:07:30 -0300
commitafd3c962de1847b9f5f18c54f676bf82ee843bfd (patch)
tree0b07ace236e04cdb0df7a88a8e48ad670c467bb1
parent59bd68d0c1565fc55e1821f5c95f692456c5e03d (diff)
downloadserverdata-afd3c962de1847b9f5f18c54f676bf82ee843bfd.tar.gz
serverdata-afd3c962de1847b9f5f18c54f676bf82ee843bfd.tar.bz2
serverdata-afd3c962de1847b9f5f18c54f676bf82ee843bfd.tar.xz
serverdata-afd3c962de1847b9f5f18c54f676bf82ee843bfd.zip
[GM] Bump @ipban duration from 2030 to 2035.
The absolute limit is 2038-01-19, the Epochalypse.
-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 f24acf010..15f606fc2 100644
--- a/npc/commands/ipcheck.txt
+++ b/npc/commands/ipcheck.txt
@@ -30,7 +30,7 @@ OnBan:
.@reason$ = implode(.@atcmd_parameters$, " ");
dispbottom col(l("You were permanently banned by the GM Team."), 1);
sleep2(200);
- query_sql "INSERT INTO ipbanlist (list,btime,rtime,reason) VALUES ('"+getcharip(.@target$)+"','"+gettime(7)+"-"+gettime(6)+"-"+gettime(5)+" "+gettime(3)+":"+gettime(2)+":"+gettime(1)+"','2030-01-01 00:00:00','"+.@reason$+"')";
+ query_sql "INSERT INTO ipbanlist (list,btime,rtime,reason) VALUES ('"+getcharip(.@target$)+"','"+gettime(7)+"-"+gettime(6)+"-"+gettime(5)+" "+gettime(3)+":"+gettime(2)+":"+gettime(1)+"','2035-01-01 00:00:00','"+.@reason$+"')";
logmes("was IP-Blocked, and will never connect again."), LOGMES_ATCOMMAND;
consoleinfo("%s was IP-Banned from the server. (R: %s)", .@target$, .@reason$);
sleep2(2000);