diff options
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') { |
