X-Git-Url: http://git.pk910.de/?p=PHP-P10.git;a=blobdiff_plain;f=Uplink%2FUplink.class.php;h=345ceb8312c25131cc1c0d1f0fd3919ac733767c;hp=703a98a7f1a1556cbaf24cdd86e905b1053b4af6;hb=051ecddb99aba9afbfc8a09193e7dc13d823b9d3;hpb=e09078c14e97702b57784db19089acce7789b21f diff --git a/Uplink/Uplink.class.php b/Uplink/Uplink.class.php index 703a98a..345ceb8 100644 --- a/Uplink/Uplink.class.php +++ b/Uplink/Uplink.class.php @@ -702,7 +702,7 @@ class Uplink { if($channel == null) $channel = new P10_Channel($args[0]); $channel->getModes()->setModes($modes); - if($this->eventHandler) + if($this->eventHandler && strlen($from) != 2) $this->eventHandler->event_chanmode($user, $channel, $modes); } else { $targetUser = P10_User::getUserByNick($args[0]);