implode mode string with " " as delimiter
authorpk910 <philipp@zoelle1.de>
Thu, 28 Jul 2011 04:27:50 +0000 (06:27 +0200)
committerpk910 <philipp@zoelle1.de>
Thu, 28 Jul 2011 04:27:50 +0000 (06:27 +0200)
Uplink/Uplink.class.php

index 1e8aca09411a00d1a2fc22e112e2fdc578127a18..f83c7e35a85cb3e64f0cd49efba41edb60be1704 100644 (file)
@@ -483,7 +483,7 @@ class Uplink {
                        if($this->eventHandler)
                                $this->eventHandler->event_join($user, $channel, true);
                }
-               $modes->parseModes(implode(array_slice($args, 2, $modeparamcount)));
+               $modes->parseModes(implode(" ", array_slice($args, 2, $modeparamcount)));
        }
        
        private function recv_join($from, $args) {