HideServer Module

How to Install HideServer Module
Si Instalohet HideServer Module

 

  • cd Unreal3.2/src/modules
  • wget http://www.angrywolf.org/hideserver.tar.gz
  • tar -zxvf hideserver.tar.gz
  • rm -rf hideserver.tar.gz
  • cd ../..
  • make custommodule MODULEFILE=hideserver
  • On your unrealircd.conf, put this line loadmodule “src/modules/hideserver.so”;

Put this code to your unrealircd.conf

loadmodule “src/modules/hideserver.so”;
—————————————
hideserver {
disable-map yes;
disable-links yes;
map-deny-message “/map Permission Denied – You do not have IRCop privileges”;
links-deny-message “/links Permission Denied – You do not have IRCop privileges”;
};
.

Leave a Reply

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

Back to top button