Open GoogleCodeExporter opened 8 years ago
ircClient.php: replace existing on_msg function with: public function on_msg($from, $channel, $msg) { if(substr($channel, 0, 1) != '#') { $this->on_privmsg($from, $msg); } else { $msg = str_replace('\\','\\\\',htmlentities($msg, ENT_QUOTES, 'UTF-8')); $this->send_script("chat.onMessage('$from', '$channel', '$msg');"); } }
Original issue reported on code.google.com by blade.e...@gmail.com on 5 Nov 2009 at 5:01
blade.e...@gmail.com
Original issue reported on code.google.com by
blade.e...@gmail.com
on 5 Nov 2009 at 5:01