aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
diff options
context:
space:
mode:
authorMelanie2013-04-22 22:24:41 +0200
committerMelanie2013-04-22 22:39:08 +0100
commit293a024c141d3567d42169f625bc449b89a1b59d (patch)
treef8d7064f5e2fa813ee8a15f1b6e235d3c79620db /OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
parentClean up unused config and config comments. (diff)
downloadopensim-SC_OLD-293a024c141d3567d42169f625bc449b89a1b59d.zip
opensim-SC_OLD-293a024c141d3567d42169f625bc449b89a1b59d.tar.gz
opensim-SC_OLD-293a024c141d3567d42169f625bc449b89a1b59d.tar.bz2
opensim-SC_OLD-293a024c141d3567d42169f625bc449b89a1b59d.tar.xz
Allow callers to set the invoice parameter for GenericMessage
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
index 0ac56fa..915ebd8 100644
--- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
+++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
@@ -971,12 +971,12 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
971 // TODO 971 // TODO
972 } 972 }
973 973
974 public void SendGenericMessage(string method, List<string> message) 974 public void SendGenericMessage(string method, UUID invoice, List<string> message)
975 { 975 {
976 976
977 } 977 }
978 978
979 public void SendGenericMessage(string method, List<byte[]> message) 979 public void SendGenericMessage(string method, UUID invoice, List<byte[]> message)
980 { 980 {
981 981
982 } 982 }