From f736d965b2912559ea92ee037d068aa3589318da Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 7 Jan 2021 10:40:26 +0100 Subject: Update bad word filter to please the Dwarf --- .weechat/perl/bad-word-filter.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.weechat') diff --git a/.weechat/perl/bad-word-filter.pl b/.weechat/perl/bad-word-filter.pl index 4d6b9b1..aaa1d83 100644 --- a/.weechat/perl/bad-word-filter.pl +++ b/.weechat/perl/bad-word-filter.pl @@ -20,8 +20,9 @@ sub catch_send { # These are the words that may not be spoken. my @bad_words = ( - 'nigger', 'cuck', + 'nigga', + 'nigger', ); # First, the message can be returned as is unless this message is sent -- cgit v1.1