2022-08-10 20:58:51 +02:00
|
|
|
irc:
|
2022-08-12 19:41:13 +02:00
|
|
|
channel: "#changeme" # Your twitch channel
|
|
|
|
username: "changeme" # Your bots username
|
2022-08-12 18:57:50 +02:00
|
|
|
oauth_token: # leave this blank to start the token generator
|
2022-08-12 19:41:13 +02:00
|
|
|
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
|
2022-08-10 20:58:51 +02:00
|
|
|
|
|
|
|
http:
|
2022-08-12 19:41:13 +02:00
|
|
|
port: 80 # Internal webserver port
|
|
|
|
bind: "localhost" # Internal webserver IP/Hostname, use 0.0.0.0 to listen on all interfaces
|
2022-08-10 20:58:51 +02:00
|
|
|
|
|
|
|
bot:
|
2022-08-12 19:41:13 +02:00
|
|
|
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
|
2022-08-24 18:03:57 +02:00
|
|
|
language: de # Language for wikipedia
|
2022-08-10 20:58:51 +02:00
|
|
|
|
2022-08-12 19:41:13 +02:00
|
|
|
messages: # Things the bot can send as chat message
|
2022-08-12 10:36:46 +02:00
|
|
|
toff: "TTS is now inactive."
|
|
|
|
ton: "TTS is now active."
|
2022-08-10 20:58:51 +02:00
|
|
|
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."
|
2022-08-11 00:09:06 +02:00
|
|
|
whitelist: "Sorry, you are not allowed to use TTS."
|
2022-08-10 20:58:51 +02:00
|
|
|
subonly: "Sorry, TTS is a sub-only feature."
|
2022-08-11 00:09:06 +02:00
|
|
|
modonly: "Sorry, TTS is a mod-only feature."
|
2022-08-10 20:58:51 +02:00
|
|
|
ready: "TTS bot alpha ready!"
|
|
|
|
says: "says"
|
2022-08-12 18:54:40 +02:00
|
|
|
votestart: "Quickvote started. Send #yourchoice to participate."
|
|
|
|
voteend: "Quickvote ended. The results are:"
|
|
|
|
votenobody: "Nobody casted a vote. :("
|
2022-08-13 09:19:26 +02:00
|
|
|
voteresult: "Voting has ended. The result is:"
|
2022-08-12 18:54:40 +02:00
|
|
|
votes: "Votes"
|
2022-08-20 09:00:12 +02:00
|
|
|
quotenotfound: "Sorry, no quote found."
|
|
|
|
quoteaddedprefix: "Quote:"
|
|
|
|
quoteaddedsuffix: "added."
|
2022-08-24 18:03:57 +02:00
|
|
|
wiki_too_many: "Sorry, there are too many possible results. Try a more narrow search."
|
|
|
|
wiki_no_result: "Sorry, there was an error fetching the wikipedia answer."
|
2022-08-10 20:58:51 +02:00
|
|
|
|
|
|
|
log:
|
2022-08-12 19:41:13 +02:00
|
|
|
level: "INFO" # Loglevel, valid values are: DEBUG, INFO, WARNING, ERROR, CRITICAL (do not use DEBUG in a production environment)
|
2022-08-10 20:58:51 +02:00
|
|
|
|
|
|
|
usermapping:
|
2022-08-12 19:41:13 +02:00
|
|
|
gpkvt: "gpk" # rename users when being read, to make their names shorter or sound better.
|