Yoshi-E / ArmaRconDiscordBot

Discord Bot to connect to an arma server using BEC and Rcon
Other
19 stars 11 forks source link

Rcon Passoword not accepted #62

Closed Yoshi-E closed 1 year ago

Yoshi-E commented 1 year ago

for passwords containing other char sets (e.g. russian, chineses, etc) its possible that the encoding will fail resulting in a rejecting of the password.

Its recommended to use ascii only passwords if you encounter this problem

Yoshi-E commented 1 year ago

Now using iso-8859-1 encoding for all messages

encoding is set on RCON.codec = "iso-8859-1 e"