Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. public TwitchBot() {
  2. this.setName("BaastiModBot");
  3. this.isConnected();
  4. }
  5.  
  6. public void onMessage(final String channel, String sender, String login, String hostname, String message) {
  7. if (message.equalsIgnoreCase("!sub")) {
  8. sendMessage(channel, "Message");
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement