autoload modules ircd
Публикувано на: 03 Яну 2024 16:56
BUILDDIR here signifies the directory you built ircd from
PREFIX signifies the directory you installed ircd to
If you are downloading 2.0.0, simply copy this file to modules/core/ in the
directory you are building ircd from before running make.
To upgrade an existing 2.0.0 installation:
- copy m_sjoin.c to BUILDDIR/modules/core/
- run make in the BUILDDIR/modules/ subdirectory
- EITHER
- rm PREFIX/modules/autoload/m_sjoin.so
- cp BUILDDIR/modules/core/m_sjoin.so PREFIX/modules/autoload/
OR
- run make install in BUILDDIR/modules/
- /quote modrestart when connected to the ircd.
Any questions, email the list or find us on irc..
--
TeodOR P.
PREFIX signifies the directory you installed ircd to
If you are downloading 2.0.0, simply copy this file to modules/core/ in the
directory you are building ircd from before running make.
To upgrade an existing 2.0.0 installation:
- copy m_sjoin.c to BUILDDIR/modules/core/
- run make in the BUILDDIR/modules/ subdirectory
- EITHER
- rm PREFIX/modules/autoload/m_sjoin.so
- cp BUILDDIR/modules/core/m_sjoin.so PREFIX/modules/autoload/
OR
- run make install in BUILDDIR/modules/
- /quote modrestart when connected to the ircd.
Any questions, email the list or find us on irc..
--
TeodOR P.