Pleased 0 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)
Manly 879 Posted August 28, 2017 Extend message listener and override the methods which you need to listen from.
Dinh 496 Posted August 28, 2017 Extend message listener and override the methods which you need to listen from. implements not extend AdvancedMessageListener not MessageListener
Manly 879 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.