diff options
author | Dahlia Trimble | 2008-10-11 02:56:03 +0000 |
---|---|---|
committer | Dahlia Trimble | 2008-10-11 02:56:03 +0000 |
commit | 37d42890e78a43c2e79c7cfb2a2c9c690f56613c (patch) | |
tree | 6c6354f09a4e1bfcfedeee1fa7e5bc6e12294f1d /bin/OpenSim.ini.example | |
parent | Remove a UUID fudge that broke "Abandon Land" (diff) | |
download | opensim-SC_OLD-37d42890e78a43c2e79c7cfb2a2c9c690f56613c.zip opensim-SC_OLD-37d42890e78a43c2e79c7cfb2a2c9c690f56613c.tar.gz opensim-SC_OLD-37d42890e78a43c2e79c7cfb2a2c9c690f56613c.tar.bz2 opensim-SC_OLD-37d42890e78a43c2e79c7cfb2a2c9c690f56613c.tar.xz |
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.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 13 |
1 files changed, 13 insertions, 0 deletions
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 | |||
389 | ;nick = OpenSimBotNameProbablyMakeThisShorter | 389 | ;nick = OpenSimBotNameProbablyMakeThisShorter |
390 | ;channel = #the_irc_channel_you_want_to_connect_to | 390 | ;channel = #the_irc_channel_you_want_to_connect_to |
391 | ;port = 6667 | 391 | ;port = 6667 |
392 | ;; channel to listen for configuration updates | ||
393 | ;commandchannel = 2777 | ||
394 | ;; 0 for no control messages, 2 for all control messages | ||
395 | ;verbosity = 1 | ||
396 | ;; bridging connections | ||
397 | ;; outchannel -- channel to send messages out to the IRC bridge | ||
398 | ;; inchannel -- channel to receive message from the IRC bridge | ||
399 | ;; access_password -- simple security device | ||
400 | ;inchannel = 2226 | ||
401 | ;outchannel = 2225 | ||
402 | ;access_password = foobar | ||
392 | ;fallback_region = name of "default" region | 403 | ;fallback_region = name of "default" region |
404 | ;;useworldcomm = true will send IRC chat over the inchannel, false (default) will broadcast to all agents in the region | ||
405 | ;useworldcomm = true | ||
393 | ;MSGformat fields : 0=botnick, 1=user, 2=region, 3=message | 406 | ;MSGformat fields : 0=botnick, 1=user, 2=region, 3=message |
394 | ; must start with "PRIVMSG {0} : " or irc server will get upset | 407 | ; must start with "PRIVMSG {0} : " or irc server will get upset |
395 | ;for <bot>:<user in region> :<message> | 408 | ;for <bot>:<user in region> :<message> |