You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
365 B
16 lines
365 B
[IRC]
|
|
server = irc.chat.twitch.tv
|
|
port = 6667
|
|
nickname = __BOT_NICKNAME__
|
|
output_channel = __OUTPUT_CHANNEL__
|
|
control_users = __CONTROL_USER_ID__,...
|
|
control_channel = __CONTROL_CHANNEL__
|
|
|
|
[Twitch]
|
|
token = oauth:__TWITCH_OAUTH_TOKEN__
|
|
client_id = __TWITCH_CLIENT_ID__
|
|
|
|
[Rerun]
|
|
user_blacklist = __BLACKLISTED_USER_ID__,...
|
|
message_template = [{username}]: {message}
|