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