Amos94 / webchat2

Automatically exported from code.google.com/p/webchat2
GNU General Public License v2.0
0 stars 0 forks source link

Addon for /OPER #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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