diff --git a/PBot/Interpreter.pm b/PBot/Interpreter.pm index 73da7a38..fa468911 100644 --- a/PBot/Interpreter.pm +++ b/PBot/Interpreter.pm @@ -110,7 +110,6 @@ sub process_line { if((defined $command && $command !~ /^login/i) || defined $has_url || defined $has_code) { if(defined $from && $pbot->{ignorelist}->check_ignore($nick, $user, $host, $from) && not $pbot->{admins}->loggedin($from, "$nick!$user\@$host")) { # ignored hostmask - $pbot->{logger}->log("ignored message: $from <$nick!$user\@$host> $text\n"); return; } }