diff options
author | Dr Scofield | 2008-10-30 15:31:44 +0000 |
---|---|---|
committer | Dr Scofield | 2008-10-30 15:31:44 +0000 |
commit | b222d11b124fb89965837592c4f4df27e8785165 (patch) | |
tree | 5ccbc95353b4b06d4e24c8cc2a8959c5b6052cb4 /bin | |
parent | From: Alan Webb (alan_webb@us.ibm.com) (diff) | |
download | opensim-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 '')
-rw-r--r-- | bin/OpenSim.ini.example | 5 |
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 |