From 13784acc824dab355f82e09ca7828f9bddacf880 Mon Sep 17 00:00:00 2001 From: William Heimbigner Date: Thu, 26 Jan 2012 09:32:27 +0000 Subject: more fat trimming --- modules/services.pl | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'modules/services.pl') 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(); - } } } -- cgit v1.2.3