imJordanB Posted September 1, 2020 Posted September 1, 2020 (edited) New to the OSBot API, can't seem to find anything regarding the clan chat, how would I be able to detect when someone has joined my clan, so I can welcome them to the chat programmatically? Edited September 1, 2020 by imJordanB
Czar Posted September 1, 2020 Posted September 1, 2020 As of now there's no API for clan chat, but we can still use widgets, cache them and use the observer pattern to see if a new player has either joined or a player has left the chat. Will try to post some code snippets when I get back home. 1
imJordanB Posted September 1, 2020 Author Posted September 1, 2020 1 hour ago, Czar said: As of now there's no API for clan chat, but we can still use widgets, cache them and use the observer pattern to see if a new player has either joined or a player has left the chat. Will try to post some code snippets when I get back home. Thank you for this! This would be a real help! 1