aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example23
1 files changed, 12 insertions, 11 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 970bad1..16caa0c 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -398,20 +398,21 @@ flush-on-error=true
398;nick = OpenSimBotNameProbablyMakeThisShorter 398;nick = OpenSimBotNameProbablyMakeThisShorter
399;channel = #the_irc_channel_you_want_to_connect_to 399;channel = #the_irc_channel_you_want_to_connect_to
400;port = 6667 400;port = 6667
401;; channel to listen for configuration updates 401;; channel to listen for configuration commands
402;commandchannel = 2777 402;commands_enabled = false
403;; 0 for no control messages, 2 for all control messages 403;command_channel = 2777
404;verbosity = 1 404;report_clients = true
405;; bridging connections 405;; relay private chat connections
406;; outchannel -- channel to send messages out to the IRC bridge 406;; relay_private_channels = true: will relay IRC chat from/to private in-world channels
407;; inchannel -- channel to receive message from the IRC bridge 407;; relay_channel_out -- channel to send messages out to the IRC bridge
408;; relay_channel_in -- channel to receive message from the IRC bridge
408;; access_password -- simple security device 409;; access_password -- simple security device
409;inchannel = 2226 410;relay_private_channels = false
410;outchannel = 2225 411;relay_channel_in = 2226
412;relay_channel_out = 2225
411;access_password = foobar 413;access_password = foobar
414
412;fallback_region = name of "default" region 415;fallback_region = name of "default" region
413;;useworldcomm = true will send IRC chat over the inchannel, false (default) will broadcast to all agents in the region
414;useworldcomm = true
415;MSGformat fields : 0=botnick, 1=user, 2=region, 3=message 416;MSGformat fields : 0=botnick, 1=user, 2=region, 3=message
416; must start with "PRIVMSG {0} : " or irc server will get upset 417; must start with "PRIVMSG {0} : " or irc server will get upset
417;for <bot>:<user in region> :<message> 418;for <bot>:<user in region> :<message>