No chat under RustAdmin Chat tabNot An Issue
Hey,
If i'm using Babel with Babel Chat (and Better Chat) i dont see any Chat in Console via RustAdmin.
That isn't an issue with this plugin, you'd need to update your filter in RustAdmin to account for the tag this plugin uses.
i mean in the console and oxide tab, the chat tab is didnt working for me at all.

this is a other problem, but maybe you can help me with this too? :)
my chat Syntax is:
[Oxide] 18:59 [Info] [Better Chat] [Neutral] [CLAN] Sheep: Message​

i tried all regex lines in the thread in betterchat, but this thread is closed and i dont opened a new yet.

In response to BattleSheep ():
i mean in the console and oxide tab, the chat tab is didnt working for me at all.

this is...
Also isn't something this plugin controls. All this plugin does is print to the server console, so however RCON clients listen for log output is dependent on them.
But if i unload BabelChat the Chat is Visible again in the RCON Console. :/
Any Idea then?
In response to BattleSheep ():
But if i unload BabelChat the Chat is Visible again in the RCON Console. :/
Any Idea then?
The method used to send this chat and how the game normally handles chat is different, but isn't something plugin manages nor can fix.
Open RustAdmin, go to Configuration -> Others. In Chat message regex add this in the first text box
"^\[Better\sChat\]\s(?<sender>.*?):\s(?<message>.*)"
with out ""
Locked automatically