help

These are old archives. They are kept for historic purposes only.
Post Reply
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

Follow the same steps you used to compile it the first time.
-- codemastr
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post 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.
-- codemastr
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Post 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
Post Reply