Thanks elektroda

master
q3k 2014-11-12 19:11:52 +01:00
parent f836c3839a
commit 6e5fb067b4
1 changed files with 1 additions and 1 deletions

View File

@ -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):