* Fixed TestBot
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@587 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -95,7 +95,7 @@ namespace TestBot
|
||||
{
|
||||
string[] args = new string[tokens.Length - 1];
|
||||
Array.Copy(tokens, 1, args, 0, args.Length);
|
||||
response = commands[tokens[0]].Invoke(args);
|
||||
response = commands[tokens[0]](args);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user