aboutsummaryrefslogtreecommitdiff
path: root/.weechat
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-06-28 15:09:49 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-07-03 09:30:32 +0200
commit6578b70b9ee61731484cf63ad2b344d5181a5257 (patch)
tree62e18bac197354e70a6b5d500d0bb25f76bf069e /.weechat
parent802ef6bdb6ab23df72708c39e653d17321530126 (diff)
Update bad word filter
Diffstat (limited to '.weechat')
-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 {