]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Modules/insult.pl
ws
[infobot.git] / src / Modules / insult.pl
index e13979113f198db4b650ea3b45ec399c88cb9d63..79b85e9d1820d66bf297f1c2cfb2b03b232fad68 100644 (file)
@@ -4,10 +4,10 @@
 #           => use the command hooks system aswell
 #
 
-use strict;
-
 package Insult;
 
+use strict;
+
 sub Insult {
     my ($insultwho) = @_;
     return unless &::loadPerlModule("Net::Telnet");
@@ -18,7 +18,7 @@ sub Insult {
 
     $line = "No luck, $::who" unless (defined $line);
 
-    if ($insultwho ne $::who) { 
+    if ($insultwho ne $::who) {
        $line =~ s/^\s*You are/$insultwho is/i;
     }