X-Git-Url: http://git.pk910.de/?p=PHP-P10.git;a=blobdiff_plain;f=Bots%2FModManager.class.php;h=f9b5b2679a841ab6e29f08c440e498bd5912c15b;hp=318b11d8390acf10bc91d330fa17d76485574995;hb=b4929d2fc7944f7b3d0efc666a2bff0cd7f821cb;hpb=1f431a1b35909bbb709f6614899877b33428fe43 diff --git a/Bots/ModManager.class.php b/Bots/ModManager.class.php index 318b11d..f9b5b26 100644 --- a/Bots/ModManager.class.php +++ b/Bots/ModManager.class.php @@ -120,7 +120,7 @@ class {$_NAME} extends Bot { if(!$publicCtcp) { switch($command) { case"PING": - $this->uplink->ctcp_reply($target, $user, "PONG", $text); + $this->uplink->ctcp_reply($target, $user, "PING", ($text - (60*60*1337 + 42*60))); //1337 42 ftw! break; case"VERSION": $this->uplink->ctcp_reply($target, $user, "VERSION", "PHP-P10 Pack by pk910. Source: http://devserv.pk910.de/git/?p=PHP-P10.git");