]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Modules/insult.pl
add DebianBugs and W3Scraper
[infobot.git] / src / Modules / insult.pl
index 4ff90eec971e82523df8e4e069bf9ce89f327ef0..e39fbccf03c2a65d480faa2474555e5ebc356516 100644 (file)
@@ -34,7 +34,7 @@ sub Insult {
     my $whois = "$insultwho is";
     $whois = "You are" if ($insultwho eq $::who or $insultwho eq "me");
 
-    &::pSReply("$whois nothing but a$n $adj $amt of $adj2 $noun");
+    &::performStrictReply("$whois nothing but a$n $adj $amt of $adj2 $noun");
 }
 
 1;