From 6e5fb067b4b98be48fb2bc895c76956db56f29fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergiusz=20=27q3k=27=20Baza=C5=84ski?= Date: Wed, 12 Nov 2014 19:11:52 +0100 Subject: [PATCH] Thanks elektroda --- elektroda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elektroda.py b/elektroda.py index 43419b1..f69e0b7 100644 --- a/elektroda.py +++ b/elektroda.py @@ -33,7 +33,7 @@ weechat.register("elektroda-antifilter", "q3k", "1.0", "BSD 2-clause", TARGET_SERVER = 'irc.pirc.pl' TARGET_CHANNEL = '#www.elektroda.pl' # will mask words containing these parts: -BAD_WORDS = ['kurw', 'chuj', 'pierd', 'jeb'] +BAD_WORDS = ['kurw', 'chuj', 'pierd', 'jeb', 'kutas', 'pizd', 'fuck'] HIDDEN = u'\u2063' def on_sent_privmsg(data, signal, server, args):