diff options
| author | 2012-01-26 09:32:27 +0000 | |
|---|---|---|
| committer | 2012-01-26 09:32:27 +0000 | |
| commit | 13784acc824dab355f82e09ca7828f9bddacf880 (patch) | |
| tree | b421341cebdaf4000309bb577cb57fb28781e52e /modules/event.pl | |
| parent | d07473ba85ec8ab030162e68244575f2c87e0389 (diff) | |
more fat trimming
Diffstat (limited to 'modules/event.pl')
| -rw-r--r-- | modules/event.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/event.pl b/modules/event.pl index 95df7f4..a8a9d99 100644 --- a/modules/event.pl +++ b/modules/event.pl @@ -89,7 +89,6 @@ sub on_join { $::sc{$chan} = {}; mkdir($::settings->{log}->{dir} . $chan); $conn->sl("who $chan"); - $conn->privmsg('ChanServ', "op $chan" ) if (defined cs($chan)->{op}) && (cs($chan)->{op} eq 'yes'); # I don't know what the hell this was for but I'm disabling it for now # #TODO: make it settable via config. Hardcoded channames ftl. # if ($chan eq '##linux') { |
