Add ability to load IARs directly from URIs

So, something like

load iar Justin Clark-Casey / PASSWORD http://justincc.org/downloads/iars/my-great-items.iar

Will load my IAR directly from the web.
This commit is contained in:
Justin Clark-Casey (justincc)
2010-05-28 20:07:15 +01:00
parent 14c39461c2
commit fff5459f4d
4 changed files with 44 additions and 9 deletions

View File

@@ -182,8 +182,7 @@ namespace OpenSim.Framework.Console
public void AddCommand(string module, bool shared, string command,
string help, string longhelp, CommandDelegate fn)
{
AddCommand(module, shared, command, help, longhelp,
String.Empty, fn);
AddCommand(module, shared, command, help, longhelp, String.Empty, fn);
}
/// <summary>