diff options
Diffstat (limited to 'OpenSim/Region/Environment/Modules/Avatar/Chat/IRCBridgeModule.cs')
-rw-r--r-- | OpenSim/Region/Environment/Modules/Avatar/Chat/IRCBridgeModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/Avatar/Chat/IRCBridgeModule.cs b/OpenSim/Region/Environment/Modules/Avatar/Chat/IRCBridgeModule.cs index ba993a0..f1aa756 100644 --- a/OpenSim/Region/Environment/Modules/Avatar/Chat/IRCBridgeModule.cs +++ b/OpenSim/Region/Environment/Modules/Avatar/Chat/IRCBridgeModule.cs | |||
@@ -242,7 +242,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Chat | |||
242 | break; | 242 | break; |
243 | } | 243 | } |
244 | } | 244 | } |
245 | catch(Exception ex) | 245 | catch (Exception ex) |
246 | { | 246 | { |
247 | m_log.DebugFormat("[IRC] error processing in-world command channel input: {0}", ex); | 247 | m_log.DebugFormat("[IRC] error processing in-world command channel input: {0}", ex); |
248 | } | 248 | } |