aboutsummaryrefslogtreecommitdiff
path: root/.weechat/perl
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-07-04 17:09:41 +0200
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 12:01:20 +0200
commit9bfa8880867855303d0ca9e9f0c7ba5eb90e85c3 (patch)
treeb10b62a51fcd9e102477e6ef57281bef8087ec2e /.weechat/perl
parent0c83fb6e2669bfac1b4222f8227c6530bee9f4f0 (diff)
Start using alacritty
Diffstat (limited to '.weechat/perl')
-rw-r--r--.weechat/perl/bad-word-filter.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/.weechat/perl/bad-word-filter.pl b/.weechat/perl/bad-word-filter.pl
index aaa1d83..6956548 100644
--- a/.weechat/perl/bad-word-filter.pl
+++ b/.weechat/perl/bad-word-filter.pl
@@ -21,6 +21,7 @@ sub catch_send {
# These are the words that may not be spoken.
my @bad_words = (
'cuck',
+ 'negro',
'nigga',
'nigger',
);