Join/Leave feature posted IP of player to server despite settingsSolved
  "Joining Message Enabled": false,
  "Leaving Message Enabled": false,

and no one has this permission

"Permission": "smartchatbot.messages",

You really shouldn't have the IP address in there. I mean that's dangerous stuff if that goes out to the server like it did.



Merged post

Ok, I guess that permission has nothing to do with the join leave, but here's my full block

  "Joining Message": [
    "Welcome, {name} ({id}, {ip})!",
    "Hello, dear {name} ({id}, {ip})!"
  ],
  "Leaving Message": [
    "Bye, {name} ({id}, {ip})!\nReason: {reason}",
    "{name} ({id}, {ip}) left the game. Reason: {reason}"
  ],
  "Joining Message Enabled": false,
  "Leaving Message Enabled": false,​
I assume it's not meant to show if I've set it like this. I have some pretty annoyed players.

Merged post

I see this is related to https://umod.org/community/592-smart-chat-bot/2637-new-update-missing-check

But damn, when putting the players IP address in the message that's a pretty nasty situation.
It's just a default text. You can just remove IP from it. Disconnect messages still send even if you disable them. I will fix that soon, maybe today, so sorry
Thanks for the response.

I highly recommend you remove the IP from that message by default just in case someone leaves it in accidentally or there's an issue. Just to play it safe.
I must leave it to show what bot can print in chat about the user.
Locked automatically