forked from cswimr/SeaCogs
fix(pterodactyl): detect messages sent through /say
This commit is contained in:
parent
385c94c97e
commit
1263f59cee
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
### Chat
|
||||
|
||||
```re
|
||||
\[\d{2}:\d{2}:\d{2}\sINFO\]: <(\w+)>\s(.*)
|
||||
\[\d{2}:\d{2}:\d{2}\sINFO\]: (?:<|\[)(\w+)(?:>|\]) (.*)
|
||||
```
|
||||
|
||||
### Join
|
||||
|
@ -43,7 +43,7 @@
|
|||
### Chat
|
||||
|
||||
```re
|
||||
^\[\d{2}:\d{2}:\d{2}\] \[Server thread\/INFO\] \[minecraft\/MinecraftServer\]: <(\w+)>\s(.*)
|
||||
^\[\d{2}:\d{2}:\d{2}\] \[Server thread\/INFO\] \[minecraft\/MinecraftServer\]: (?:<|\[)(\w+)(?:>|\]) (.*)
|
||||
```
|
||||
|
||||
### Join
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue