diff options
author | Jeff Ames | 2007-12-04 22:14:53 +0000 |
---|---|---|
committer | Jeff Ames | 2007-12-04 22:14:53 +0000 |
commit | f195725db447aad7595810a9950f656163bf1c13 (patch) | |
tree | 2d62dbd3635b008e9c41c2645fc71a6abbcc0a26 /OpenSim/Region/Environment/Modules/ChatModule.cs | |
parent | made log messages for known unhandled packet types shorter and yellower. add... (diff) | |
download | opensim-SC_OLD-f195725db447aad7595810a9950f656163bf1c13.zip opensim-SC_OLD-f195725db447aad7595810a9950f656163bf1c13.tar.gz opensim-SC_OLD-f195725db447aad7595810a9950f656163bf1c13.tar.bz2 opensim-SC_OLD-f195725db447aad7595810a9950f656163bf1c13.tar.xz |
keeping opensim safe for children -- made some namespace references less explicit
Diffstat (limited to 'OpenSim/Region/Environment/Modules/ChatModule.cs')
-rw-r--r-- | OpenSim/Region/Environment/Modules/ChatModule.cs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/OpenSim/Region/Environment/Modules/ChatModule.cs b/OpenSim/Region/Environment/Modules/ChatModule.cs index 924972b..be38baf 100644 --- a/OpenSim/Region/Environment/Modules/ChatModule.cs +++ b/OpenSim/Region/Environment/Modules/ChatModule.cs | |||
@@ -259,7 +259,6 @@ namespace OpenSim.Region.Environment.Modules | |||
259 | } | 259 | } |
260 | } | 260 | } |
261 | } | 261 | } |
262 | |||
263 | } | 262 | } |
264 | } | 263 | } |
265 | 264 | ||
@@ -306,7 +305,7 @@ namespace OpenSim.Region.Environment.Modules | |||
306 | } | 305 | } |
307 | catch (Exception) | 306 | catch (Exception) |
308 | { | 307 | { |
309 | OpenSim.Framework.Console.MainLog.Instance.Verbose("CHAT", "No IRC config information, skipping IRC bridge configuration"); | 308 | MainLog.Instance.Verbose("CHAT", "No IRC config information, skipping IRC bridge configuration"); |
310 | } | 309 | } |
311 | m_log = MainLog.Instance; | 310 | m_log = MainLog.Instance; |
312 | } | 311 | } |
@@ -442,7 +441,6 @@ namespace OpenSim.Region.Environment.Modules | |||
442 | } | 441 | } |
443 | } | 442 | } |
444 | 443 | ||
445 | |||
446 | public void Close() | 444 | public void Close() |
447 | { | 445 | { |
448 | listener.Abort(); | 446 | listener.Abort(); |
@@ -452,4 +450,4 @@ namespace OpenSim.Region.Environment.Modules | |||
452 | m_tcp.Close(); | 450 | m_tcp.Close(); |
453 | } | 451 | } |
454 | } | 452 | } |
455 | } \ No newline at end of file | 453 | } |