Sing will now accept tracks with a :, bot config file is now bot.cfg.

This commit is contained in:
Storm Dragon
2016-09-06 12:08:29 -04:00
parent ee4ea5e271
commit 8e733593f0
3 changed files with 4 additions and 5 deletions

19
bot.cfg Normal file
View File

@ -0,0 +1,19 @@
#enter channels here in quotes before the )
channel=(
"a11y"
)
# Greet people who enter the channel? (true/false)
# Configure greetings in triggers/greet/greet.sh
greet=true
# Say something when people leave the channel? (true/false)
# Configure bye messages in triggers/bye/bye.sh
leave=true
# Path to log file
log="log.txt"
nick="storm_bot"
port=6667
# Message to give when the bot logs off the server
quitMessage="$nick vanishes in a sudden flash of brilliant lightning."
server="irc.netwirc.tk"
# format=username hostname servername :realname
user="$nick ${server%.} $server :$nick"