]> git.donarmstrong.com Git - infobot.git/commitdiff
let's be private for a while
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 23 Nov 2004 04:05:45 +0000 (04:05 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 23 Nov 2004 04:05:45 +0000 (04:05 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1055 c11ca15a-4712-0410-83d8-924469b57eb5

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;