IRCBridgeModule
From OpenSimulator
(Difference between revisions)
DrScofield (Talk | contribs) (starting IRCBridgeModule configuration page.) |
DrScofield (Talk | contribs) (adding modes section) |
||
Line 7: | Line 7: | ||
* use in-world objects to control bots attached via IRC | * use in-world objects to control bots attached via IRC | ||
* ... | * ... | ||
+ | |||
+ | <code>IRCBridge</code> can be used in two modes: either | ||
+ | |||
+ | * in ''traditional mode'' where we relay all in-world chat from all regions to a single IRC channel on a single server, or | ||
+ | * in ''multi-channel mode'' where we can relay in-world chat from a specific region to a specific channel (or even to a specific server) | ||
+ | |||
+ | == Traditional IRCBridge mode == |
Revision as of 09:56, 3 November 2008
Configuring IRCBridgeModule
IRCBridgeModule
allows you to relay chat from your OpenSim region to an IRC channel and vice versa. You can use this module to
- make in-world chat available via a text-only interface such as IRC
- control objects from IRC channels
- use in-world objects to control bots attached via IRC
- ...
IRCBridge
can be used in two modes: either
- in traditional mode where we relay all in-world chat from all regions to a single IRC channel on a single server, or
- in multi-channel mode where we can relay in-world chat from a specific region to a specific channel (or even to a specific server)