NetAdmins Module

How to Install NetAdmins Module
Si Instalohet NetAdmins Module


1. cd Unreal3.2/src/modules
2. wget http://shkarko.zemra.org/modules/unrealircd/netadmins.c
3. cd ../..
4. make custommodule MODULEFILE=netadmins
5. On your unrealircd.conf, put this line
loadmodule “src/modules/netadmins.so”;

Unrealircd.conf

set {
// Choose "no" here if you would like to allow
// netadmins to kill each other. Otherwise "yes".
netadmins-are-gods yes;
};

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button