Sing will now accept tracks with a :, bot config file is now bot.cfg.
This commit is contained in:
19
bot.cfg
Normal file
19
bot.cfg
Normal 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"
|
Reference in New Issue
Block a user