]> git.donarmstrong.com Git - infobot.git/blobdiff - src/CLI/Support.pl
let's be private for a while
[infobot.git] / src / CLI / Support.pl
index c752cb9f9d75b6c374b0419a91fd70f6cdebdd8a..7b3a37102f48d94691b000b55706d7b1b9902987 100644 (file)
@@ -16,7 +16,8 @@ sub cliloop {
     $ident = $param{'ircUser'};
     $chan = $talkchannel = "_local";
     $addressed = 1;
-    $msgType = 'public';
+    $msgType = 'private';
+    $host = "local";
 
     # install libterm-readline-gnu-perl to get history support
     use Term::ReadLine;