Page 1 of 1
about umode flags
Posted: Thu Dec 30, 2004 1:01 pm
by finde
hi all,
we want to disable +s and +B umode flags for users, how can we do this?
thnx..
Posted: Thu Dec 30, 2004 1:10 pm
by AngryWolf
See set::restrict-usermodes in unreal32docs.html.
Posted: Thu Dec 30, 2004 6:08 pm
by Stealth
A user mode is not a flag. A user mode is a mode!
Flags are only used in opers, and are very different that modes. You should know the difference. If you need to know the difference, read the docs for the oper block, and read the docs for user modes. You should notice they are different and mean different things.
Posted: Thu Dec 30, 2004 8:54 pm
by AngryWolf
Oh, yes, you probably want to disable user modes, not user flags. User modes provide specific settings on a user (changes the way the user's client acts, makes it show him/her things that the server is doing, etc.), and those modes are represented by user flags. Flags are what you can use to set/unset the modes.
To Stealth: flags aren't used only in opers. Think of, for example, compile-time flags in version info.