[Phoenix] Chat Adjustments Module - #182
Conversation
CriticalXI
left a comment
There was a problem hiding this comment.
Since we're already intercepting the chat packet here, maybe we can make this module multi-purpose. We need to change the indicator for making a system message to something more unique than just #. On previous servers we made it ###.
Maybe we could do that change in this and make the module more general for chat adjustments?
Sure I can figure out whatever as long as I have a list. Is there anything else we need besides changing the system message command? |
|
Nothing else comes to mind for me, just that sys message thing. |
ba0ed8b to
179f8f9
Compare
Added and revised description/title. |
I affirm:
What does this pull request do?
This PR does two things:
System Messages
Makes it so system messages must begin with ###. Anything less fails and spits back a message telling you what you did wrong.
Yell
Implements a 10 minute restriction to yell and requires you to be level 10 on any job before you can yell. It uses the existing zone restrictions - towns only.
Steps to test these changes
See system messages and yells are restricted in the above ways.