Pleased 0 Share Posted August 28, 2017 Hey guys, so I'm currently making a script in which I need to see messages from the Chatbox. The only way I can do this is using a ChatboxChannel. The only thing is, I can't figure out the reference. ChatboxChannel(Client client, java.lang.Object reference) Link to comment Share on other sites More sharing options...
Manly 878 Share Posted August 28, 2017 Extend message listener and override the methods which you need to listen from. Link to comment Share on other sites More sharing options...
Dinh 496 Share Posted August 28, 2017 Extend message listener and override the methods which you need to listen from. implements not extend AdvancedMessageListener not MessageListener Link to comment Share on other sites More sharing options...
Manly 878 Share Posted August 28, 2017 implements not extend AdvancedMessageListener not MessageListener Yikes mixup. But he can use either depending on which type of messages he's trying to listen for. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now