mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Taken the old scripting engine out of Region.Environment and moved it into a separate module: OpenSim.Region.ExtensionsScriptModule (named as such because the purpose of it is to script server extensions, rather than "user scripting" like Tedd's engine.)
This commit is contained in:
@@ -21,7 +21,7 @@ namespace OpenSim.Region.Environment.Modules
|
||||
|
||||
private int m_port = 6668;
|
||||
private string m_user = "USER OpenSimBot 8 * :I'm a OpenSim to irc bot";
|
||||
private string m_nick = "OpenSimBoT";
|
||||
private string m_nick = "OpenSimBot";
|
||||
private string m_channel = "#opensim";
|
||||
|
||||
private NetworkStream m_stream;
|
||||
|
||||
Reference in New Issue
Block a user