diff options
author | Robert Gerus <ar@bash.org.pl> | 2014-04-15 13:04:21 +0200 |
---|---|---|
committer | Robert Gerus <ar@bash.org.pl> | 2014-04-15 13:04:21 +0200 |
commit | 5739f37ced74b67a1d4b45d91b2d62faf033c96f (patch) | |
tree | 5ccf19f496b564f42228bd7fd4f50826ddffea88 | |
parent | 2d133a4d2d024f6cdcfb7c87b3c397db7febfc40 (diff) | |
download | repost-5739f37ced74b67a1d4b45d91b2d62faf033c96f.tar.gz repost-5739f37ced74b67a1d4b45d91b2d62faf033c96f.tar.bz2 repost-5739f37ced74b67a1d4b45d91b2d62faf033c96f.tar.xz repost-5739f37ced74b67a1d4b45d91b2d62faf033c96f.zip |
It blows up, if config doesn't contain :ignore array...
-rw-r--r-- | config.example.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.example.rb b/config.example.rb index 1f6e00f..965df1e 100644 --- a/config.example.rb +++ b/config.example.rb @@ -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() |