hide map and links

This will hide the /map and /links commands from normal users on unrealircd.

# will need to edit the modules.optional.conf and enable hideserver block

include "modules.optional.conf";

hideserver {
        disable-map yes;
        disable-links yes;
        map-deny-message "Curiosity killed the cat";
        links-deny-message "Curiosity killed the cat";
        hide {
                "myleaf.domain.tld";
                "myleaf2.domain.tld";
				        "myleaf3.domain.tld";
				        "myleaf4.domain.tld";
				
        };
};

Leave a Reply

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