v2nek/webchat2

Addon for /OPER

GoogleCodeExporter opened this issue · 0 comments

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 rogierve...@gmail.com on 24 Jun 2007 at 6:05