check op on #C not on #PHP for CGod.class.php
authorpk910 <philipp@zoelle1.de>
Sun, 27 Nov 2011 02:58:41 +0000 (03:58 +0100)
committerpk910 <philipp@zoelle1.de>
Sun, 27 Nov 2011 02:58:41 +0000 (03:58 +0100)
Bots/CGod.class.php

index 40a466f2519119a1e75c9517a0c1e1218076ac67..4871694f1c3f45e1925105605c01cea92b368e25 100644 (file)
@@ -74,13 +74,13 @@ class {$_NAME} extends Bot {
        }
        
        function recive_privmsg($user, $channel, $message) {
-               $opOnPHPChannel = false;
-               $PHPChannel = P10_Channel::getChannelByName("#PHP");
-               if($PHPChannel) {
-                       $privs = $PHPChannel->getUserPrivs($user);
-                       $opOnPHPChannel = ($privs & P10_Channel::USERPRIV_OPED);
+               $opOnCChannel = false;
+               $CChannel = P10_Channel::getChannelByName("#C");
+               if($CChannel) {
+                       $privs = $CChannel->getUserPrivs($user);
+                       $opOnCChannel = ($privs & P10_Channel::USERPRIV_OPED);
                }
-               if(!$user->getModes()->hasMode('o') && !$opOnPHPChannel) return 0;
+               if(!$user->getModes()->hasMode('o') && !$opOnCChannel) return 0;
                $exp=explode(" ", $message, 2);
                switch (strtolower($exp[0])) {
                        case "~c":