From 525edc34c80b99f6a8b719578cbeaf83d8e85320 Mon Sep 17 00:00:00 2001
From: timriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Date: Fri, 6 Jan 2006 09:08:53 +0000
Subject: [PATCH] eep

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1252 c11ca15a-4712-0410-83d8-924469b57eb5
---
 src/IRC/IrcHelpers.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/IRC/IrcHelpers.pl b/src/IRC/IrcHelpers.pl
index 200ddfd..7f41bd9 100644
--- a/src/IRC/IrcHelpers.pl
+++ b/src/IRC/IrcHelpers.pl
@@ -141,7 +141,7 @@ sub hookMsg {
     if ($addressed) {
 	my $time = $flood{$floodwho}{$message} || 0;
 
-	if (!&hasFlag("o") and $msgType eq "public" and (time() - $time < $interval)) {
+	if ($msgType eq "public" and (time() - $time < $interval)) {
 	    ### public != personal who so the below is kind of pointless.
 	    my @who;
 	    foreach (keys %flood) {
-- 
2.39.5