Friday, September 23, 2011

AntiRandom Module


1. wget http://www.unrealircd.com/modules/dl/u3/src/36/AntiRandom.tar.gz
2. tar -xvf AntiRandom.tar.gz
3. /build
4. add on your unrealircd.conf
loadmodule "src/modules/antirandom.so";
5. (add this code to your unrealircd.conf)
set {
antirandom {
threshold 5;
ban-action gline;
ban-time 2m;
ban-reason "Ju lutem ndryshoni Nick/Ident ose Realname - ose provoni http://Chat.Zemra.Org/";
fullstatus-on-load yes;
show-failedconnects yes;
except-hosts {
};
};
};

6. ./rehash your IRCD

No comments:

Post a Comment