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
|
@ -11,7 +11,7 @@
|
|||
### Chat
|
||||
|
||||
```re
|
||||
\[\d{2}:\d{2}:\d{2}\sINFO\]: (?:<|\[)(\w+)(?:>|\]) (.*)
|
||||
\[\d{2}:\d{2}:\d{2}\sINFO\]: (?!\[(?:Server|Rcon)\])(?:<|\[)(\w+)(?:>|\]) (.*)
|
||||
```
|
||||
|
||||
### Join
|
||||
|
@ -43,7 +43,7 @@
|
|||
### Chat
|
||||
|
||||
```re
|
||||
^\[\d{2}:\d{2}:\d{2}\] \[Server thread\/INFO\] \[minecraft\/MinecraftServer\]: (?:<|\[)(\w+)(?:>|\]) (.*)
|
||||
^\[\d{2}:\d{2}:\d{2}\] \[Server thread\/INFO\] \[minecraft\/MinecraftServer\]: (?!\[(?:Server|Rcon)\])(?:<|\[)(\w+)(?:>|\]) (.*)
|
||||
```
|
||||
|
||||
### Join
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue