forked from blizzthewolf/SeaCogs
fix(pterodactyl): don't detect messages from the server/rcon as chat messages
This commit is contained in:
parent
8ccb174913
commit
3d7337c42c
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ def register_config(config_obj: Config) -> None:
|
|||
startup_jar=None,
|
||||
startup_arguments=None,
|
||||
current_status='',
|
||||
chat_regex=r"\[\d{2}:\d{2}:\d{2}\sINFO\]: (?:<|\[)(\w+)(?:>|\]) (.*)",
|
||||
chat_regex=r"\[\d{2}:\d{2}:\d{2}\sINFO\]: (?!\[(?:Server|Rcon)\])(?:<|\[)(\w+)(?:>|\]) (.*)",
|
||||
server_regex=r"^\[\d{2}:\d{2}:\d{2} INFO\]:(?: \[Not Secure\])? \[(?:Server|Rcon)\] (.*)",
|
||||
join_regex=r"^\[\d{2}:\d{2}:\d{2} INFO\]: ([^<\n]+) joined the game$",
|
||||
leave_regex=r"^\[\d{2}:\d{2}:\d{2} INFO\]: ([^<\n]+) left the game$",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue