]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Process.pl
fixed up ignore code. discovered by debian@OPN
[infobot.git] / src / Process.pl
index e9766cde7eef4764bd31bdb6a2a13e4406d018f2..abdff267d45cdf35e0900fe5f10ae7c36219dc9d 100644 (file)
@@ -39,11 +39,6 @@ sub process {
        }
     }
 
-    # ignore.
-    if ($ignore) {
-       return 'IGNORE';
-    }
-
     # join, must be done before outsider checking.
     if ($message =~ /^join(\s+(.*))?\s*$/i) {
        return 'join: not addr' unless ($addressed);
@@ -221,7 +216,6 @@ sub process {
        $msgType = 'public';
     }
 
-
     # karma. set...
     if ($message =~ /^(\S+)(--|\+\+)\s*$/ and $addressed) {
        return '' unless (&hasParam("karma"));