September 1, 20205 yr 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, 20205 yr by imJordanB
September 1, 20205 yr 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.
September 1, 20205 yr Author 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!
Create an account or sign in to comment