diff --git a/.gitignore b/.gitignore index efe9440..fe0c9bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ log.txt .botinput +bot.cfg diff --git a/bot.cfg b/bot.cfg index 3256efe..88fb629 100644 --- a/bot.cfg +++ b/bot.cfg @@ -1,6 +1,7 @@ #enter channels here in quotes before the ) channel=( "a11y" + "2mb" ) # The date format for log entries. man date for details. dateFormat='%B %d, %I:%m%P'