From 7fc837717d4bc6e9c8bf29d53f154331b7545c8a Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Fri, 12 Mar 2010 16:13:27 -0500 Subject: [PATCH] adding a slight debug message here, so that i can tell if its even matching --- plugins/factoids.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/factoids.pm b/plugins/factoids.pm index 3cfa6b2..081981d 100644 --- a/plugins/factoids.pm +++ b/plugins/factoids.pm @@ -352,7 +352,7 @@ sub _fact_substitute } else { - return $pred; + return "O:".$pred; } } }