diff options
author | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
---|---|---|
committer | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
commit | b16abc8166c29585cb76cc55c3bdd76e5833cb4f (patch) | |
tree | 6a34f465a74b7a3a6dc00a3d7aa8dcc25ac3e3a5 /OpenSim/Region/OptionalModules/Avatar/Chat/IRCConnector.cs | |
parent | Make it possible to disable the bakes module in the way it is described in co... (diff) | |
download | opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.zip opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.gz opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.bz2 opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.xz |
Massive tab and trailing space cleanup
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/OptionalModules/Avatar/Chat/IRCConnector.cs | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/Chat/IRCConnector.cs b/OpenSim/Region/OptionalModules/Avatar/Chat/IRCConnector.cs index 941379f..ffbebe7 100644 --- a/OpenSim/Region/OptionalModules/Avatar/Chat/IRCConnector.cs +++ b/OpenSim/Region/OptionalModules/Avatar/Chat/IRCConnector.cs | |||
@@ -97,14 +97,14 @@ namespace OpenSim.Region.OptionalModules.Avatar.Chat | |||
97 | 97 | ||
98 | // How many regions depend upon this connection | 98 | // How many regions depend upon this connection |
99 | // This count is updated by the ChannelState object and reflects the sum | 99 | // This count is updated by the ChannelState object and reflects the sum |
100 | // of the region clients associated with the set of associated channel | 100 | // of the region clients associated with the set of associated channel |
101 | // state instances. That's why it cannot be managed here. | 101 | // state instances. That's why it cannot be managed here. |
102 | 102 | ||
103 | internal int depends = 0; | 103 | internal int depends = 0; |
104 | 104 | ||
105 | // This variable counts the number of resets that have been performed | 105 | // This variable counts the number of resets that have been performed |
106 | // on the connector. When a listener thread terminates, it checks to | 106 | // on the connector. When a listener thread terminates, it checks to |
107 | // see of the reset count has changed before it schedules another | 107 | // see of the reset count has changed before it schedules another |
108 | // reset. | 108 | // reset. |
109 | 109 | ||
110 | internal int m_resetk = 0; | 110 | internal int m_resetk = 0; |
@@ -428,7 +428,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Chat | |||
428 | public void PrivMsg(string pattern, string from, string region, string msg) | 428 | public void PrivMsg(string pattern, string from, string region, string msg) |
429 | { | 429 | { |
430 | 430 | ||
431 | // m_log.DebugFormat("[IRC-Connector-{0}] PrivMsg to IRC from {1}: <{2}>", idn, from, | 431 | // m_log.DebugFormat("[IRC-Connector-{0}] PrivMsg to IRC from {1}: <{2}>", idn, from, |
432 | // String.Format(pattern, m_ircChannel, from, region, msg)); | 432 | // String.Format(pattern, m_ircChannel, from, region, msg)); |
433 | 433 | ||
434 | // One message to the IRC server | 434 | // One message to the IRC server |
@@ -510,7 +510,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Chat | |||
510 | c.Sender = null; | 510 | c.Sender = null; |
511 | c.SenderUUID = UUID.Zero; | 511 | c.SenderUUID = UUID.Zero; |
512 | 512 | ||
513 | // Is message "\001ACTION foo bar\001"? | 513 | // Is message "\001ACTION foo bar\001"? |
514 | // Then change to: "/me foo bar" | 514 | // Then change to: "/me foo bar" |
515 | 515 | ||
516 | if ((1 == c.Message[0]) && c.Message.Substring(1).StartsWith("ACTION")) | 516 | if ((1 == c.Message[0]) && c.Message.Substring(1).StartsWith("ACTION")) |
@@ -608,8 +608,8 @@ namespace OpenSim.Region.OptionalModules.Avatar.Chat | |||
608 | string parms = String.Empty; | 608 | string parms = String.Empty; |
609 | 609 | ||
610 | // ":" indicates that a prefix is present | 610 | // ":" indicates that a prefix is present |
611 | // There are NEVER more than 17 real | 611 | // There are NEVER more than 17 real |
612 | // fields. A parameter that starts with | 612 | // fields. A parameter that starts with |
613 | // ":" indicates that the remainder of the | 613 | // ":" indicates that the remainder of the |
614 | // line is a single parameter value. | 614 | // line is a single parameter value. |
615 | 615 | ||
@@ -873,7 +873,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Chat | |||
873 | } | 873 | } |
874 | 874 | ||
875 | // Being marked connected is not enough to ping. Socket establishment can sometimes take a long | 875 | // Being marked connected is not enough to ping. Socket establishment can sometimes take a long |
876 | // time, in which case the watch dog might try to ping the server before the socket has been | 876 | // time, in which case the watch dog might try to ping the server before the socket has been |
877 | // set up, with nasty side-effects. | 877 | // set up, with nasty side-effects. |
878 | 878 | ||
879 | else if (_pdk_ == 0) | 879 | else if (_pdk_ == 0) |