mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
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).
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user