stop dupe spots from the same user with same details ignoring comment
[spider.git] / perl / DXProt.pm
index 2bfb9e5e61fa7ac44a7ae669fd18b21f230c78ff..8437ff78ee313ae95816e49f0af0333b4f15c66f 100644 (file)
@@ -471,7 +471,7 @@ sub normal
                        # this goes after the input filtering, but before the add
                        # so that if it is input filtered, it isn't added to the dup
                        # list. This allows it to come in from a "legitimate" source
-                       if (Spot::dup($field[1], $field[2], $d, $field[5])) {
+                       if (Spot::dup($field[1], $field[2], $d, $field[5], $field[6])) {
                                dbg("PCPROT: Duplicate Spot ignored\n") if isdbg('chanerr');
                                return;
                        }