2016-09-02 10:58:05 -04:00
|
|
|
#enter channels here in quotes before the )
|
2017-05-07 17:09:44 -04:00
|
|
|
channel="a11y"
|
2016-09-06 22:35:15 -04:00
|
|
|
# The date format for log entries. man date for details.
|
|
|
|
dateFormat='%B %d, %I:%m%P'
|
2016-09-04 13:15:35 -04:00
|
|
|
# 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"
|
2016-09-02 10:58:05 -04:00
|
|
|
nick="storm_bot"
|
2016-09-04 13:15:35 -04:00
|
|
|
port=6667
|
2016-09-05 13:54:42 -04:00
|
|
|
# Message to give when the bot logs off the server
|
|
|
|
quitMessage="$nick vanishes in a sudden flash of brilliant lightning."
|
2020-04-20 17:35:26 -04:00
|
|
|
server="irc.talkabout.cf"
|
2016-09-02 10:58:05 -04:00
|
|
|
# format=username hostname servername :realname
|
|
|
|
user="$nick ${server%.} $server :$nick"
|
2017-04-28 19:20:45 -04:00
|
|
|
# auto rejoin if kicked from channel?
|
|
|
|
autoRejoinChannel=true
|
2017-04-28 19:58:05 -04:00
|
|
|
# Say something nasty to whomever kicked the bot?
|
|
|
|
curseKicker=true
|
2020-08-13 17:34:09 -04:00
|
|
|
# Symbols used to specify you are calling a bot module.
|
|
|
|
botCaller=",.!+?"
|
2020-08-14 09:32:15 -04:00
|
|
|
# People who are allowed to private message the bot separate multiple names with |
|
|
|
|
allowList=""
|
2020-08-14 21:17:43 -04:00
|
|
|
ignoreList="storm_bot"
|