From 37d42890e78a43c2e79c7cfb2a2c9c690f56613c Mon Sep 17 00:00:00 2001 From: Dahlia Trimble Date: Sat, 11 Oct 2008 02:56:03 +0000 Subject: Thanks cmickyb for a patch that enhances the IRC module. See mantis #2379 for some useful scripts that work with this. Note that I added another configuration parameter in addition to the patch to allow for legacy behavior in the absence of new configuration settings. --- bin/OpenSim.ini.example | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 6a56853..9772b3f 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -389,7 +389,20 @@ flush-on-error=true ;nick = OpenSimBotNameProbablyMakeThisShorter ;channel = #the_irc_channel_you_want_to_connect_to ;port = 6667 +;; channel to listen for configuration updates +;commandchannel = 2777 +;; 0 for no control messages, 2 for all control messages +;verbosity = 1 +;; bridging connections +;; outchannel -- channel to send messages out to the IRC bridge +;; inchannel -- channel to receive message from the IRC bridge +;; access_password -- simple security device +;inchannel = 2226 +;outchannel = 2225 +;access_password = foobar ;fallback_region = name of "default" region +;;useworldcomm = true will send IRC chat over the inchannel, false (default) will broadcast to all agents in the region +;useworldcomm = true ;MSGformat fields : 0=botnick, 1=user, 2=region, 3=message ; must start with "PRIVMSG {0} : " or irc server will get upset ;for : : -- cgit v1.1