This repository has been archived by the owner on Sep 26, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Join a Channel
Leonardo Mariscal edited this page Apr 22, 2017
·
6 revisions
To join a channel just use the bot method "joinchannel":
bot.joinChannel("#channel");
You can join a channel when you want.
The channel should be all lowercase
Complete Code:
package tk.cavariux.twitchirctest.Core;
import java.io.IOException;
import com.cavariux.twitchirc.Chat.Channel;
public class Main {
public static void main(String[] args) {
CavsBot bot = new CavsBot();
bot.connect();
bot.joinChannel("#channel");
bot.start();
}
}
Lib Made by CavariuX. All rights Reserved © 2015 Twitch Interactive, Inc.
- Automatic Messages
- Custom Commands
- Coins System