diff options
author | Patrick Spek <p.spek@tyil.nl> | 2022-06-28 15:09:49 +0200 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2022-07-03 09:30:32 +0200 |
commit | 6578b70b9ee61731484cf63ad2b344d5181a5257 (patch) | |
tree | 62e18bac197354e70a6b5d500d0bb25f76bf069e | |
parent | 802ef6bdb6ab23df72708c39e653d17321530126 (diff) |
Update bad word filter
-rw-r--r-- | .weechat/perl/bad_word_filter.pl (renamed from .weechat/perl/bad-word-filter.pl) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.weechat/perl/bad-word-filter.pl b/.weechat/perl/bad_word_filter.pl index 4443479..8a3a6ee 100644 --- a/.weechat/perl/bad-word-filter.pl +++ b/.weechat/perl/bad_word_filter.pl @@ -4,7 +4,7 @@ use strict; use warnings; use utf8; -weechat::register("rizon_chat_filter", "tyil", "0.1", "AGPL-3.0", "Do your part in keeping Christian channels safe and friendly", "", ""); +weechat::register("bad_word_filter", "tyil", "0.1", "AGPL-3.0", "Do your part in keeping Christian channels safe and friendly", "", ""); weechat::hook_modifier("input_text_for_buffer", "catch_send", ""); sub catch_send { |