It blows up, if config doesn't contain :ignore array...

master
Robert Gerus 2014-04-15 13:04:21 +02:00
parent 2d133a4d2d
commit 5739f37ced
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@ Config = {
:channels => ["#repost-test"]
},
# list of ignored things, full ("==") match, not regexes
# for example:
# ["ood!~ood@azathoth.bytesexual.net", "moonspeak!mun@hackerspace.pl", "willikins!nobody@gentoo/bot/Willikins"]
:ignore => [],
# Space separated list of plugin names
:plugins => %w()