summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Gerus <ar@bash.org.pl>2014-04-15 13:04:21 +0200
committerRobert Gerus <ar@bash.org.pl>2014-04-15 13:04:21 +0200
commit5739f37ced74b67a1d4b45d91b2d62faf033c96f (patch)
tree5ccf19f496b564f42228bd7fd4f50826ddffea88
parent2d133a4d2d024f6cdcfb7c87b3c397db7febfc40 (diff)
downloadrepost-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.rb5
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()