diff options
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> |