Page 1 of 1

how to add

Posted: Fri Aug 31, 2007 4:01 pm
by x_death1
hello again
im using Unreal3.2.7, i got this files "hideserver" , "m_nochan" , "joindeop" , "m_ircops" , "m_securequery" .. i wana where i will add them wich files?
thanks

Re: how to add

Posted: Sat Sep 01, 2007 12:24 am
by [dx]
Add in /home/user/Unreal3.2/src/modules

than you must type make custommodule MODULEFILE=hideserver

And so one for every module...

I think this is what you want...

Re: how to add

Posted: Tue Sep 04, 2007 6:31 am
by NaBiL
Hello !

1. Upload the module in /home/login/Unreal3.2.7/src/modules
2. To compile it

Code: Select all

(i)cd /home/login/Unreal3.2
(ii)make custommodule MODULEFILE=Name without the extention
3. Add this in your Unrealircd Config file.

Code: Select all

loadmodule "src/modules/name-of-the-module.so";
4. /rehash on your server :) and enjoy.

Cordially