From 37ee1352fdf70bd6fb703ff9098103d2aa73c34b Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 7 Sep 2016 10:16:51 -0400 Subject: [PATCH] add bot.cfg to gitignore, because I think the defaults are reasonable for the moment, will will force add it if necessary. --- .gitignore | 1 + bot.cfg | 1 + 2 files changed, 2 insertions(+) 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'