aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorDr Scofield2008-10-30 15:31:44 +0000
committerDr Scofield2008-10-30 15:31:44 +0000
commitb222d11b124fb89965837592c4f4df27e8785165 (patch)
tree5ccbc95353b4b06d4e24c8cc2a8959c5b6052cb4 /bin
parentFrom: Alan Webb (alan_webb@us.ibm.com) (diff)
downloadopensim-SC_OLD-b222d11b124fb89965837592c4f4df27e8785165.zip
opensim-SC_OLD-b222d11b124fb89965837592c4f4df27e8785165.tar.gz
opensim-SC_OLD-b222d11b124fb89965837592c4f4df27e8785165.tar.bz2
opensim-SC_OLD-b222d11b124fb89965837592c4f4df27e8785165.tar.xz
From: Alan Webb (alan_webb@us.ibm.com)
XIRCBrigeModule is transient, will merge it with IRCBridgeModule: extends/refactors IRCBridgeModule to support channel-per-region (if desired).
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 5517da5..32944ab 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -448,6 +448,11 @@ msgformat = "PRIVMSG {0} : {3} - {1} of {2}"
448;for <bot>:<message> - from <user> : 448;for <bot>:<message> - from <user> :
449;msgformat = "PRIVMSG {0} : {3} - from {1}" 449;msgformat = "PRIVMSG {0} : {3} - from {1}"
450 450
451; work-in-progress IRCBridge capabable of supporting multiple IRC channels
452; [XIRC]
453; enabled = false
454
455
451; Uncomment the following for experiment in world versioning 456; Uncomment the following for experiment in world versioning
452; support. This is so experimental at this point that I'm not going 457; support. This is so experimental at this point that I'm not going
453; to explain it further, you'll need to read the source code 458; to explain it further, you'll need to read the source code