Skip to content

Commit 3012a3b

Browse files
committed
hash
1 parent 3becbb7 commit 3012a3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/GlobalBan.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function isTriggered()
7373
try {
7474
$id = hash_pbkdf2("sha1", $client['client_unique_identifier']->toString(), '', 1, 8);
7575
$client->poke("[b][color=red]You are global banned by Nimda ID: #{$id}");
76-
$client->poke("[b][color=red]Visit [url=http://support.mxgaming.com/]Global Ban Support[/url].");
76+
$client->poke("[b][color=red]Visit [url=#]Global Ban Support[/url].");
7777
$client->ban(1, "Global Ban ID #{$id} ({$reason})");
7878
}catch(Ts3Exception $e){
7979
return;

plugins/GlobalBanList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function isTriggered()
6767
if($this->CONFIG['ban'] === true && $response->uid === $this->info['client_unique_identifier']->toString()) {
6868
try {
6969
$client->poke("[b][color=red]You are globally banned by Nimda ID: #{$id}");
70-
$client->poke("[b][color=red]Visit [url=http://support.mxgaming.com/]Global Ban Support[/url].");
70+
$client->poke("[b][color=red]Visit [url=#]Global Ban Support[/url].");
7171
$client->ban(1, "Global Ban ID #{$id} ({$response->reason})");
7272
}catch(Ts3Exception $e){
7373
return;

0 commit comments

Comments
 (0)