Some code cleanup, changed channel from an array to a single variable because no matter what I do the bot only connects to one channel. Attempted to get the bot to recognize private messages, but still no luck.

This commit is contained in:
Storm Dragon
2017-05-07 17:09:44 -04:00
parent 8c1edc25bc
commit b7a542fadd
2 changed files with 5 additions and 9 deletions

View File

@ -1,7 +1,5 @@
#enter channels here in quotes before the )
channel=(
"a11y"
)
channel="a11y"
# The date format for log entries. man date for details.
dateFormat='%B %d, %I:%m%P'
# Greet people who enter the channel? (true/false)