mirror of
https://github.com/opensim/opensim.git
synced 2026-05-16 19:56:04 +08:00
The new IRCd module causes an error when multiple instances of OpenSim are run on the same machine; since the port number (6666) is hardcoded, the second and subsequent instances crash upon startup because the port is already in use. Attached is a patch which adds a Port specifier to the [IRCd] section of the config file, which defaults to 6666 if not present.
3.3 KiB
3.3 KiB