mirror of https://gitlab.com/gpvkt/twitchtts.git
39 lines
955 B
YAML
39 lines
955 B
YAML
irc:
|
|
channel: "#changeme"
|
|
username: "changeme"
|
|
oauth_token: "use https://www.21x9.org/twitch/ or a similiar service to get your token"
|
|
server: "irc.chat.twitch.tv"
|
|
clearmsg_timeout: 10
|
|
|
|
http:
|
|
port: 80
|
|
bind: "localhost"
|
|
|
|
bot:
|
|
start_enabled: True
|
|
subonly: False
|
|
modonly: False
|
|
message_length: 200
|
|
|
|
messages:
|
|
toff: "TTS is now inactive."
|
|
ton: "TTS is now active."
|
|
too_long: "Sorry, your TTS message is too long."
|
|
disabled: "Sorry, TTS is disabled right now."
|
|
denied: "Sorry, you are not allowed to use TTS."
|
|
whitelist: "Sorry, you are not allowed to use TTS."
|
|
subonly: "Sorry, TTS is a sub-only feature."
|
|
modonly: "Sorry, TTS is a mod-only feature."
|
|
ready: "TTS bot alpha ready!"
|
|
says: "says"
|
|
votestart: "Quickvote started. Send #yourchoice to participate."
|
|
voteend: "Quickvote ended. The results are:"
|
|
votenobody: "Nobody casted a vote. :("
|
|
votes: "Votes"
|
|
|
|
log:
|
|
level: "INFO"
|
|
|
|
usermapping:
|
|
gpkvt: "gpk"
|