Not a problem but patch fix:
To make the /OPER command available:
ircClient.php
Line 71: ADD
case 'oper':
$this->oper($param);
break;
LINE 219: ADD
public function oper($userpw)
{
$this->write("OPER $userpw\r\n");
}
Original issue reported on code.google.com by ro...@versluis.ca on 24 Jun 2007 at 6:05
Original issue reported on code.google.com by
ro...@versluis.ca
on 24 Jun 2007 at 6:05