From 64f8aa7be9d21c664452f5e373c04ea6a219406d Mon Sep 17 00:00:00 2001 From: timriker Date: Tue, 23 Nov 2004 04:05:45 +0000 Subject: [PATCH] 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 --- src/CLI/Support.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.39.2