Skip to content

Instantly share code, notes, and snippets.

@pusherman
Created August 31, 2010 18:02
Show Gist options
  • Save pusherman/559444 to your computer and use it in GitHub Desktop.
Save pusherman/559444 to your computer and use it in GitHub Desktop.
*** Streams.php.orig Tue Aug 31 17:53:44 2010
--- Streams.php Tue Aug 31 17:53:55 2010
***************
*** 309,315 ****
case 'oper':
case 'topic':
- case 'mode':
case 'part':
case 'kill':
case 'invite':
--- 309,314 ----
***************
*** 317,322 ****
--- 316,322 ----
break;
case 'kick':
+ case 'mode':
$args = $this->parseArguments($args, 3);
break;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment