Usermode +x - more masking?
Posted: Tue Apr 27, 2004 12:37 am
Is it possible to make the +x mode mask the entire address, not just the lowest level, or would it be an easy patch? Also, is it possible to force usermode +x on all users?
Welcome to the UnrealIRCd Forums!
https://forums.unrealircd.org/
Code: Select all
set {
modes-on-connect "+x";
restrict-usermodes "x";
};Thanks, that's what I was looking for. Anyone know where in the source I can find the code that applies the mask to the hostname?aquanight wrote:To be more slightly accurate:
This will add the effect of not allowing users to change the +x option once they get it.Code: Select all
set { modes-on-connect "+x"; restrict-usermodes "x"; };
We don't in anyway support modifying all or any part of Unreal.