X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=Bots%2FPHPGod.class.php;h=d95ae9b535d2c34b06d0f96deac483ed33c7a529;hb=f1a1066826a5cc04606cc12f0bd0b8e0383ca190;hp=4b5a6751b925712e639e136e09f2ecad4677c139;hpb=3927f0cb5827f9da038702bb0f7a8efd69b34aa7;p=PHP-P10.git 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); } }