summaryrefslogtreecommitdiffstats
path: root/modules/services.pl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/services.pl')
-rw-r--r--modules/services.pl10
1 files changed, 1 insertions, 9 deletions
diff --git a/modules/services.pl b/modules/services.pl
index 1306381..594e2e0 100644
--- a/modules/services.pl
+++ b/modules/services.pl
@@ -38,18 +38,10 @@ sub doServices {
elsif ($event->{from} eq 'ChanServ!ChanServ@services.')
{
print "ChanServ: $event->{args}->[0] \n";
- if ($event->{args}->[0] =~ /You are already opped on \[.(.*).\]/)
- {
- $::oq->doQueue($conn, $1);
- }
- elsif ( $event->{args}->[0] =~ /^All.*bans matching.*have been cleared on(.*)/)
+ if ( $event->{args}->[0] =~ /^All.*bans matching.*have been cleared on(.*)/)
{
$conn->join($1);
}
- elsif ( $event->{args}->[0] =~ /You are not authorized to perform this operation/ )
- {
- $::oq->clean();
- }
}
}