My favorites | Sign in
Project Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 5: Addon for /OPER
  Back to list
Status:  New
Owner:  ----
Type-Defect
Priority-Medium


Sign in to add a comment
 
Reported by rogierversluis, Jun 24, 2007
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");
}
Sign in to add a comment

Hosted by Google Code