-
Notifications
You must be signed in to change notification settings - Fork 50
User pushback from allowing red text by non-mods #109
Comments
Impossible to properly enforce this without overhauling the coloring system or returning hardcoding bullshit |
YO @oldmud0 ACTUALLY I HAVE AN IDEA To pull this off, users trying to spoof [MOD] should be prevented from sending the message. |
I don't really understand the argument about clientside markup breaking enforcement. Why would clients change the red text markup to something that mods aren't using? In general, why would clients not conform to the markup language used by all other players? Unless there was a markup for freeform color like |
The easiest way to do this, in my eyes, is to copy what worked in the past - IRC, specifically. A prefix character in the showname, like this:
An arbitrary number of characters could be defined and assigned to the existing "profiles" that tsuserver has. This allows differentiation between, say, a moderator and an administrator if it's needed. Any user trying to spoof these would simply be given a message telling them to change their showname. |
#109) * Add area_client_send_ic_check event for area listeners * Prevent nonplayers from talking while an NSD is taking place * Bump up version and update documentation
The ability for non-moderators to use red text has not been particularly well-received. This feature has been present since the AO1 days, and it's standard for moderators to use it to quickly assert authority in a room.
It sounds like this will have to be a toggle feature, and the default clientside markup (tilde for red text) will be used as a basis for the filter.
The text was updated successfully, but these errors were encountered: