diff options
author | Teravus Ovares (Dan Olivares) | 2010-01-26 12:19:38 -0500 |
---|---|---|
committer | Teravus Ovares (Dan Olivares) | 2010-01-26 12:19:38 -0500 |
commit | 8284fc8e2244eeea3915bf0485f2c7b7ef4ed153 (patch) | |
tree | 47e820e2ce82a1866c141dc321708721e5742df7 /OpenSim | |
parent | * Fix Endlines in VWHClientView.cs (diff) | |
download | opensim-SC_OLD-8284fc8e2244eeea3915bf0485f2c7b7ef4ed153.zip opensim-SC_OLD-8284fc8e2244eeea3915bf0485f2c7b7ef4ed153.tar.gz opensim-SC_OLD-8284fc8e2244eeea3915bf0485f2c7b7ef4ed153.tar.bz2 opensim-SC_OLD-8284fc8e2244eeea3915bf0485f2c7b7ef4ed153.tar.xz |
* Fix Endlines in IRCClientView.cs
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs index 6785c08..b421623 100644 --- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs +++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | |||
@@ -1657,15 +1657,15 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1657 | } | 1657 | } |
1658 | 1658 | ||
1659 | public void SendGroupTransactionsSummaryDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID,int amt) | 1659 | public void SendGroupTransactionsSummaryDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID,int amt) |
1660 | { | 1660 | { |
1661 | } | 1661 | } |
1662 | 1662 | ||
1663 | public void SendGroupVoteHistory(UUID groupID, UUID transactionID, GroupVoteHistory[] Votes) | 1663 | public void SendGroupVoteHistory(UUID groupID, UUID transactionID, GroupVoteHistory[] Votes) |
1664 | { | 1664 | { |
1665 | } | 1665 | } |
1666 | 1666 | ||
1667 | public void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals) | 1667 | public void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals) |
1668 | { | 1668 | { |
1669 | } | 1669 | } |
1670 | } | 1670 | } |
1671 | } | 1671 | } |