A few more bots to yesterday's plumbing: change instant message method

signature
This commit is contained in:
Melanie Thielker
2008-10-25 13:53:17 +00:00
parent 5e6954dfe6
commit c49e1b8fb6
6 changed files with 12 additions and 10 deletions

View File

@@ -656,7 +656,7 @@ namespace OpenSim.Framework
void SendInstantMessage(UUID fromAgent, UUID fromAgentSession, string message, UUID toAgent,
UUID imSessionID, string fromName, byte dialog, uint timeStamp,
byte[] binaryBucket);
bool fromGroup, byte[] binaryBucket);
void SendGenericMessage(string method, List<string> message);