make IRC uglier for a while to get a better handle on writing a parser for the messages
parent
c5ea70bf93
commit
627aa65e59
|
@ -349,7 +349,7 @@ namespace OpenSim.Region.Environment.Modules
|
||||||
if (!avatar.IsChildAgent)
|
if (!avatar.IsChildAgent)
|
||||||
{
|
{
|
||||||
avatar.ControllingClient.SendChatMessage(
|
avatar.ControllingClient.SendChatMessage(
|
||||||
Helpers.StringToField(mess), 255, pos, "IRC:",
|
Helpers.StringToField(inputLine), 255, pos, "IRC:",
|
||||||
LLUUID.Zero);
|
LLUUID.Zero);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue