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