@auspice said in How To Strip Comtitles in PennMush:
But agreed, more com systems need ways to gag them on your end. I don't know a way on Penn personally.
There is no 'built in' way, per say, but you can do some clever trickery with @hook.
You essentially do a @hook/ignore and code in logic against @chan/title so that if length() is > X or if player = Y don't allow comtitles.
That should effectively lock down the size of the comtitle and also tag an ability to entirely ban set player(s) from being able to set comtitles entirely.
You could even skim the command to verify only certain comtitles were allowed.
As far as I'm aware, I think that's about all you can do (short of hardcode mods) to block comtitles.
EDIT:
Ooo, what do you know... there's a way to block titles entirely off channels, but you still need @hook if you want dynamic control.
> help @channel priv
The <privs> for @channel/add and @channel/privs should be a space-separated
list of priv names, or a string of priv chars, from the list below:
* "player" (P) - players may use the channel
* "object" (O) - non-players may use the channel
* "admin" (A) - only royalty/wizards/chat_privs may use the channel
* "wizard" (W) - only wizards may use the channel
* "quiet" (Q) - channel will not show connection messages
* "open" (o) - you may speak even if you aren
* "hide_ok" (H) - you may hide from the channel who list
* "notitles" (T) - chantitles are not displayed in channel messages
* "nonames" (N) - player names are not displayed in channel messages
* "nocemit" (C) - @cemit is prohibited on the channel
* "interact" (I) - Interaction rules (defined in local.c) are applied to the channel
* "disabled" (D) - noone can join or speak on the channel
The default privs are determined by the
Example:
> @channel/add Public=player quiet open nocemit