Page 1 of 1

Posted: Tue Jul 06, 2004 4:07 am
by codemastr
Follow the same steps you used to compile it the first time.

Posted: Tue Jul 06, 2004 4:17 am
by codemastr
The installation process is not the same for every module. Some have a ./configure script, some do not. Some have their own makefile, some do not. You really should consult whatever documentation came with the module.

Posted: Tue Jul 06, 2004 5:11 am
by katsklaw
to use the new cloak

Code: Select all

loadmodule "modules/cloak.so";
to use the old cloak

Code: Select all

loadmodule "modules/oldcloak.so";
add the desired line to unrealircd.conf