diff options
author | Dr Scofield | 2008-10-20 17:31:54 +0000 |
---|---|---|
committer | Dr Scofield | 2008-10-20 17:31:54 +0000 |
commit | 72a388a7b6dfba8f93ffc5c5c45db4c44bb46480 (patch) | |
tree | db9ab06f6820806d8c2b3fc32029383971e955b7 /bin | |
parent | Mantis #2438 (diff) | |
download | opensim-SC_OLD-72a388a7b6dfba8f93ffc5c5c45db4c44bb46480.zip opensim-SC_OLD-72a388a7b6dfba8f93ffc5c5c45db4c44bb46480.tar.gz opensim-SC_OLD-72a388a7b6dfba8f93ffc5c5c45db4c44bb46480.tar.bz2 opensim-SC_OLD-72a388a7b6dfba8f93ffc5c5c45db4c44bb46480.tar.xz |
cleaning up IRCBridgeModule to allow for configuration from in-world,
chat relaying via private channels, and old IRCBridgeModule
behaviour. also cleaning up IRCBridgeModule's OpenSim.ini
configuration variable names (still supporting "old" variable
names). refactored IRCChatModule into IRCConnector and incorporating
watchdog from IRCBridgeModule into IRCConnector.
enabling ChatModule to be used as a super-class and utilizing it in
ConciergeModule.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 23 |
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> |