about umode flags

These are old archives. They are kept for historic purposes only.
Post Reply
finde

about umode flags

Post by finde »

hi all,
we want to disable +s and +B umode flags for users, how can we do this?

thnx..
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

See set::restrict-usermodes in unreal32docs.html.
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post 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.
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post 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.
Post Reply