twitchtts/config-dist.yml

39 lines
1.5 KiB
YAML

irc:
channel: "#changeme" # Your twitch channel
username: "changeme" # Your bots username
oauth_token: # leave this blank to start the token generator
server: "irc.chat.twitch.tv" # Twitch IRC server, default should be fine
clearmsg_timeout: 10 # Time to wait for a new message to be deleted before being read
http:
port: 80 # Internal webserver port
bind: "localhost" # Internal webserver IP/Hostname, use 0.0.0.0 to listen on all interfaces
bot:
start_enabled: True # Start the bot with TTS active, if set to False you need to enable TTS with !ton
subonly: False # Only Subs can use TTS
modonly: False # Only Mods can use TTS
message_length: 200 # Max. TTS message length
messages: # Things the bot can send as chat message
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" # Loglevel, valid values are: DEBUG, INFO, WARNING, ERROR, CRITICAL (do not use DEBUG in a production environment)
usermapping:
gpkvt: "gpk" # rename users when being read, to make their names shorter or sound better.