X-Git-Url: http://git.pk910.de/?p=PHP-P10.git;a=blobdiff_plain;f=Bots%2FPHPGod.class.php;h=d95ae9b535d2c34b06d0f96deac483ed33c7a529;hp=4b5a6751b925712e639e136e09f2ecad4677c139;hb=c4ba095ecbd63c4152726371a761fe323a967f2f;hpb=9db307dc221fbc76673fcc6ca866df117aa30003 diff --git a/Bots/PHPGod.class.php b/Bots/PHPGod.class.php index 4b5a675..d95ae9b 100644 --- a/Bots/PHPGod.class.php +++ b/Bots/PHPGod.class.php @@ -106,7 +106,7 @@ class {$_NAME} extends Bot { } function recive_quit($user, $reason) { - if($user === $this->modman) { + if($user === $this->php) { $this->load($this->uplink); } }