imJordanB Posted September 1, 2020 Share 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 Quote Link to comment Share on other sites More sharing options...
Czar Posted September 1, 2020 Share 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 Quote Link to comment Share on other sites More sharing options...
imJordanB Posted September 1, 2020 Author Share 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 Quote Link to comment Share on other sites More sharing options...