fixed some warnings
[PHP-P10.git] / Bots / PHPGod.class.php
index 4b5a6751b925712e639e136e09f2ecad4677c139..d95ae9b535d2c34b06d0f96deac483ed33c7a529 100644 (file)
@@ -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);
                }
        }