add bot.cfg to gitignore, because I think the defaults are reasonable for the moment, will will force add it if necessary.

This commit is contained in:
Storm Dragon 2016-09-07 10:16:51 -04:00
parent 1a3a715670
commit 37ee1352fd
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
log.txt log.txt
.botinput .botinput
bot.cfg

View File

@ -1,6 +1,7 @@
#enter channels here in quotes before the ) #enter channels here in quotes before the )
channel=( channel=(
"a11y" "a11y"
"2mb"
) )
# The date format for log entries. man date for details. # The date format for log entries. man date for details.
dateFormat='%B %d, %I:%m%P' dateFormat='%B %d, %I:%m%P'