implode mode string with " " as delimiter
[PHP-P10.git] / 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) {