From d4b334117a1bfc43663158b6894af233e31e1424 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 8 May 2022 13:46:32 +0200 Subject: Update weechat configs --- .weechat/perl/bad-word-filter.pl | 2 ++ .weechat/weechat.conf | 12 +++++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) (limited to '.weechat') diff --git a/.weechat/perl/bad-word-filter.pl b/.weechat/perl/bad-word-filter.pl index 518ba0c..4443479 100644 --- a/.weechat/perl/bad-word-filter.pl +++ b/.weechat/perl/bad-word-filter.pl @@ -16,11 +16,13 @@ sub catch_send { my @christian_channels = ( 'freenode.##t', 'rizon.#chat', + 'rizon.#stew', ); # These are the words that may not be spoken. my @bad_words = ( 'cuck', + 'fag', 'kike', 'negro', 'nigga', diff --git a/.weechat/weechat.conf b/.weechat/weechat.conf index 1aacb47..9621fad 100644 --- a/.weechat/weechat.conf +++ b/.weechat/weechat.conf @@ -57,7 +57,7 @@ eat_newline_glitch = off emphasized_attributes = "" highlight = "" highlight_regex = "" -highlight_tags = "slack_channel+nick_pingdom,slack_channel+nick_platform,slack_channel+nick_alertmanager,slack_channel+nick_grafana" +highlight_tags = "slack_channel+nick_pingdom,slack_channel+nick_platform,slack_channel+nick_grafana" hotlist_add_conditions = "${away} || ${buffer.num_displayed} == 0" hotlist_buffer_separator = " " hotlist_count_max = 1 @@ -464,6 +464,7 @@ irc.libera.#bitbot = highlight irc.libera.#dokuwiki = highlight irc.libera.#fsf = highlight irc.libera.#gentoo = highlight +irc.libera.#hare = highlight irc.libera.#libera = highlight irc.libera.#libera-communities = highlight irc.libera.#mageia = highlight @@ -537,6 +538,11 @@ python.mintlab.slack.com.rudolf = all python.mintlab.slack.com.Slackbot = all python.mintlab.slack.com.wesleys = all python.slack-debug = none +python.slack.exxellencehq.#devops-ci = highlight +python.slack.exxellencehq.#devops-info = highlight +python.slack.exxellencehq.#zaaksysteem-commits = highlight +python.slack.exxellencehq.#zs-devops-alerts-lab = highlight +python.slack.exxellencehq.#zs-devops-ci-lab = highlight python.slack.mintlab.#zaaksysteem-commits = highlight python.slack.mintlab.Karly = all @@ -608,13 +614,13 @@ freenode.kill-animals = on;irc.freenode.*;host_uid481358@gateway/web/irccloud.co freenode.kill-9-animals = on;irc.freenode.*;host_uid481358@gateway/web/irccloud.com/x-sqvzvbzqnylvwake;* darenet.drnrelay.status = on;irc.darenet.#dronebl;nick_drnrelay;^\*\*\* rizon.phonekait = on;irc.rizon.*;nick_phonekait;* -libera.kill-animals = on;irc.libera.*;host_uid481358@id-481358.highgate.irccloud.com;* libera.monopoly = on;irc.libera.*;nick_monopoly;* libera.diffiehellman = on;irc.libera.*;nick_diffiehellman;* libera.pinecone = on;irc.libera.*;nick_pinecone;* libera.ampersam = on;irc.libera.*;nick_ampersam;* -rizon.lola-chan = on;irc.rizon.*;nick_lola-chan;* oftc.harmen = on;irc.oftc.*;nick_harmen;* +libera.mnrmnaugh = on;irc.libera.*;nick_mnrmnaugh;* +libera.curvechacha25519 = on;irc.libera.*;nick_curvechacha25519;* [key] ctrl-? = "/input delete_previous_char" -- cgit v1.1