aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar/Chat/ChatModule.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-05-22 22:21:58 +0000
committerJustin Clarke Casey2008-05-22 22:21:58 +0000
commit0c94da830557fe17f2ff40b04031255375397717 (patch)
treec6512aa672c2123d035dd7a687e682af240c47b6 /OpenSim/Region/Environment/Modules/Avatar/Chat/ChatModule.cs
parent* Add (DEPRECATED) to load-xml/save-xml region console help (diff)
downloadopensim-SC_OLD-0c94da830557fe17f2ff40b04031255375397717.zip
opensim-SC_OLD-0c94da830557fe17f2ff40b04031255375397717.tar.gz
opensim-SC_OLD-0c94da830557fe17f2ff40b04031255375397717.tar.bz2
opensim-SC_OLD-0c94da830557fe17f2ff40b04031255375397717.tar.xz
* Plug in stubbed out archiver module
Diffstat (limited to 'OpenSim/Region/Environment/Modules/Avatar/Chat/ChatModule.cs')
-rw-r--r--OpenSim/Region/Environment/Modules/Avatar/Chat/ChatModule.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Modules/Avatar/Chat/ChatModule.cs b/OpenSim/Region/Environment/Modules/Avatar/Chat/ChatModule.cs
index a72010c..825fb8f 100644
--- a/OpenSim/Region/Environment/Modules/Avatar/Chat/ChatModule.cs
+++ b/OpenSim/Region/Environment/Modules/Avatar/Chat/ChatModule.cs
@@ -815,8 +815,8 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Chat
815 815
816 public void eventIrcMode(string[] commArgs) 816 public void eventIrcMode(string[] commArgs)
817 { 817 {
818 string IrcChannel = commArgs[2]; 818 //string IrcChannel = commArgs[2];
819 string IrcUser = commArgs[0].Split('!')[0]; 819 //string IrcUser = commArgs[0].Split('!')[0];
820 string UserMode = ""; 820 string UserMode = "";
821 for (int i = 3; i < commArgs.Length; i++) 821 for (int i = 3; i < commArgs.Length; i++)
822 { 822 {