XIRCBrigeModule is transient, will merge it with IRCBridgeModule:
extends/refactors IRCBridgeModule to support channel-per-region (if
desired).
This commit is contained in:
Dr Scofield
2008-10-30 15:31:44 +00:00
parent 3a6037b421
commit b222d11b12
8 changed files with 2196 additions and 12 deletions

View File

@@ -242,7 +242,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Chat
break;
}
}
catch(Exception ex)
catch (Exception ex)
{
m_log.DebugFormat("[IRC] error processing in-world command channel input: {0}", ex);
}