From 5739f37ced74b67a1d4b45d91b2d62faf033c96f Mon Sep 17 00:00:00 2001 From: Robert Gerus Date: Tue, 15 Apr 2014 13:04:21 +0200 Subject: [PATCH] It blows up, if config doesn't contain :ignore array... --- config.example.rb | 5 +++++ 1 file changed, 5 insertions(+) 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()