mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
merging changes from IRCBridgeModule in to XIRCBridgeModule; swapping
OpenSim.ini config tags in preparation for merge of IRCBridgeModule and XIRCBridgeModule.
This commit is contained in:
@@ -79,7 +79,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Chat
|
||||
|
||||
try
|
||||
{
|
||||
if ((m_config = config.Configs["XIRC"]) == null)
|
||||
if ((m_config = config.Configs["IRC"]) == null)
|
||||
{
|
||||
m_log.InfoFormat("[XIRC-Bridge] module not configured");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user