Describe the bug
If you send a super long command to rcon that's close enough to the char limit, the additional text the bot adds in the reply exceeds the char limit.
Easy to fix by just truncating the reply's copy of the command and adding ... or something.
Describe the bug If you send a super long command to
rcon
that's close enough to the char limit, the additional text the bot adds in the reply exceeds the char limit.Easy to fix by just truncating the reply's copy of the command and adding
...
or something.