From: timriker Date: Tue, 23 Nov 2004 04:05:45 +0000 (+0000) Subject: let's be private for a while X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=64f8aa7be9d21c664452f5e373c04ea6a219406d;p=infobot.git let's be private for a while git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1055 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/CLI/Support.pl b/src/CLI/Support.pl index c752cb9..7b3a371 100644 --- a/src/CLI/Support.pl +++ b/src/CLI/Support.pl @@ -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;