mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
now break several things at same time... sog/sop updates, threads options,...
This commit is contained in:
@@ -351,7 +351,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Chat
|
||||
|
||||
m_log.InfoFormat("[IRC-Connector-{0}]: Connected to {1}:{2}", idn, m_server, m_port);
|
||||
|
||||
WorkManager.StartThread(ListenerRun, "IRCConnectionListenerThread", ThreadPriority.Normal, true, false);
|
||||
WorkManager.StartThread(ListenerRun, "IRCConnectionListenerThread", false, false);
|
||||
|
||||
// This is the message order recommended by RFC 2812
|
||||
if (m_password != null)
|
||||
|
||||
Reference in New Issue
Block a user