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

@@ -428,16 +428,6 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Concierge
}
}
// private static void checkIntegerParams(XmlRpcRequest request, string[] param)
// {
// Hashtable requestData = (Hashtable) request.Params[0];
// foreach (string p in param)
// {
// if (!requestData.Contains(p))
// throw new Exception(String.Format("missing integer parameter {0}", p));
// }
// }
public XmlRpcResponse XmlRpcUpdateWelcomeMethod(XmlRpcRequest request)
{
_log.Info("[Concierge]: processing UpdateWelcome request");