Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. String channel = "#baastizockt";
  2. TwitchBot bot = new TwitchBot();
  3. bot.setVerbose(true);
  4. bot.connect("irc.twitch.tv", 6667, "code");
  5. bot.joinChannel(channel);
  6. bot.getName();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement