aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-01-21 10:27:44 +0100
committerPatrick Spek <p.spek@tyil.nl>2022-01-21 10:27:44 +0100
commit991dd1263447c8bd984ab401f12f49e79fe4d182 (patch)
tree804cb0a6264cd87c5ae8e1eae5d1620fd1a35d1f
parent975cc77e3f9bd927d4a63057161cd3c057a02f93 (diff)
Sync weechat config
-rw-r--r--.weechat/perl/bad-word-filter.pl1
-rw-r--r--.weechat/weechat.conf18
2 files changed, 17 insertions, 2 deletions
diff --git a/.weechat/perl/bad-word-filter.pl b/.weechat/perl/bad-word-filter.pl
index 6956548..518ba0c 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',
+ 'kike',
'negro',
'nigga',
'nigger',
diff --git a/.weechat/weechat.conf b/.weechat/weechat.conf
index bed9ab1..1aacb47 100644
--- a/.weechat/weechat.conf
+++ b/.weechat/weechat.conf
@@ -4,7 +4,7 @@
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
-# Use /set or similar command to change settings in WeeChat.
+# Use commands like /set or /fset to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
@@ -242,7 +242,8 @@ tor.username = ""
[network]
connection_timeout = 60
-gnutls_ca_file = "/etc/ssl/certs/ca-certificates.crt"
+gnutls_ca_system = on
+gnutls_ca_user = ""
gnutls_handshake_timeout = 30
proxy_curl = ""
@@ -253,6 +254,13 @@ extension = ".so,.dll"
path = "%h/plugins"
save_config_on_unload = on
+[signal]
+sighup = "${if:${info:weechat_headless}?/reload:/quit -yes}"
+sigquit = "/quit -yes"
+sigterm = "/quit -yes"
+sigusr1 = ""
+sigusr2 = ""
+
[bar]
buffers.color_bg = default
buffers.color_bg_inactive = default
@@ -451,6 +459,7 @@ irc.freenode.#raku-dev = highlight
irc.freenode.#sqt = message
irc.freenode.#weechat = highlight
irc.freenode.#zfsonlinux = highlight
+irc.libera.##computertech = highlight
irc.libera.#bitbot = highlight
irc.libera.#dokuwiki = highlight
irc.libera.#fsf = highlight
@@ -478,6 +487,7 @@ python.matrix.matrix_org.!ddzRCzutkWCgzgivqI:matrix.org = none
python.matrix.matrix_org.!NaLbfexyNIBQDbzGwB:bonifacelabs.ca = highlight
python.matrix.matrix_org.!YfFXwehASBiYzWXVUj:matrix.org = none
python.matrix.matrix_org.!yIUYRaVMuLMdcfxSBy:libera.chat = highlight
+python.matrix.matrix_org.!ZNbQEkfWfdwLeUksKM:matrix.org = message
python.mintlab.slack.com.#bier = all
python.mintlab.slack.com.#development = all
python.mintlab.slack.com.#devops = all
@@ -601,6 +611,10 @@ 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;*
[key]
ctrl-? = "/input delete_previous_char"