how to add

These are old archives. They are kept for historic purposes only.
Post Reply
x_death1
Posts: 3
Joined: Fri Aug 31, 2007 1:30 am

how to add

Post 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
[dx]
Posts: 107
Joined: Sat Jun 16, 2007 1:03 am

Re: how to add

Post 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...
NaBiL
Posts: 10
Joined: Tue Sep 04, 2007 6:07 am

Re: how to add

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