]> git.donarmstrong.com Git - infobot.git/blobdiff - blootbot/src/CLI/Support.pl
take a few more things literally
[infobot.git] / blootbot / src / CLI / Support.pl
index d3c5a3d3407aafef6e0eef1b3d541e345c493c0d..7ee3a0b0dc0a2ad3aa009b2cbc8f7a381ef02b95 100644 (file)
@@ -16,13 +16,13 @@ sub cliloop {
 
     $nuh = "local!local\@local";
     $uh  = "local\@local";
-    $who = "local";
-    $orig{who} = "local";
+    $who = 'local';
+    $orig{who} = 'local';
     $ident = $param{'ircUser'};
     $chan = $talkchannel = "_local";
     $addressed = 1;
     $msgType = 'private';
-    $host = "local";
+    $host = 'local';
 
     # install libterm-readline-gnu-perl to get history support
     use Term::ReadLine;
@@ -47,7 +47,7 @@ sub msg {
     }
 
     if (!defined $msg) {
-       $msg ||= "NULL";
+       $msg ||= 'NULL';
        &WARN("msg: msg == $msg.");
        return;
     }