From fd3b4651fa4a5957ff4abc2e75075497f58e857f Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Sat, 30 May 2009 21:25:36 +0200 Subject: [PATCH] Removed debug output --- Commands/Channel.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/Commands/Channel.pm b/Commands/Channel.pm index edd1146..c30c632 100644 --- a/Commands/Channel.pm +++ b/Commands/Channel.pm @@ -71,10 +71,8 @@ sub invite my @channels; if ($channel && $c->check_user_roles('irc_masterinvite')){ - print "master $channel"; push @channels,$channel; }else{ - print "master $channel"; my @access = ('auto_invite'); push @access, 'invite' if $channel; my $channels = $c->model->prepare(q{ @@ -92,7 +90,6 @@ WHERE u.hostmask ILIKE $1 AND COALESCE(c.name = $2,TRUE) } } for (@channels){ - print; $c->server->command("invite ". $c->nick ." $_"); } } -- 2.39.2