aboutsummaryrefslogtreecommitdiff
path: root/.weechat
diff options
context:
space:
mode:
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 {