Skip to content

Commit

Permalink
Some code wasn't commented out. Oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmace authored and Bittarman committed May 6, 2010
1 parent e385aea commit 383ea1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Phergie/Driver/Xmpp.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,9 @@ public function run()
// Skip events from ignored users and malformed packets
/**
* @todo Implement a system to ignore jids
*/
*/ /*
} elseif (!empty($cmd) && method_exists($plugin, $method)/* &&
!preg_match($ignore, $event->getHostmask())*/) {
!preg_match($ignore, $event->getHostmask())*//)/* {
$plugin->{$method}();
}
}
Expand Down

0 comments on commit 383ea1a

Please sign in to comment.