From 5a2d75df546df3321b3a20ebe84dae2f91019e84 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 15 Jul 2022 18:17:56 +0430 Subject: secrets --- irssi/config | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'irssi/config') diff --git a/irssi/config b/irssi/config index 3221c83..b4fd8e8 100644 --- a/irssi/config +++ b/irssi/config @@ -123,9 +123,12 @@ chatnets = { }; channels = ( - { name = "#dpdk"; chatnet = "LiberaChat"; autojoin = "yes"; }, - { name = "#fdio-vpp"; chatnet = "LiberaChat"; autojoin = "yes"; }, + # { name = "#dpdk"; chatnet = "LiberaChat"; autojoin = "yes"; }, + # { name = "#fdio-vpp"; chatnet = "LiberaChat"; autojoin = "yes"; }, { name = "#openssl"; chatnet = "LiberaChat"; autojoin = "yes"; }, + { name = "#netbsd"; chatnet = "LiberaChat"; autojoin = "yes"; }, + { name = "#netplan"; chatnet = "LiberaChat"; autojoin = "yes"; }, + { name = "#ubuntu"; chatnet = "LiberaChat"; autojoin = "yes"; }, { name = "#qemu"; chatnet = "OFTC"; autojoin = "yes"; }, { name = "#debian"; chatnet = "OFTC"; autojoin = "yes"; }, { name = "#virt"; chatnet = "OFTC"; autojoin = "yes"; }, @@ -142,7 +145,7 @@ channels = ( { name = "#git"; chatnet = "LiberaChat"; autojoin = "yes"; }, { name = "#neomutt"; chatnet = "LiberaChat"; autojoin = "yes"; }, { name = "#busybox"; chatnet = "LiberaChat"; autojoin = "yes"; }, - { name = "#shadow"; chatnet = "LiberaChat"; autojoin = "yes"; }, + # { name = "#shadow"; chatnet = "LiberaChat"; autojoin = "yes"; }, { name = "#freebsd"; chatnet = "LiberaChat"; autojoin = "yes"; }, { name = "#linux"; chatnet = "LiberaChat"; autojoin = "yes"; }, { name = "#irssi"; chatnet = "LiberaChat"; autojoin = "yes"; }, @@ -473,6 +476,9 @@ ignores = ( { level = "JOINS PARTS QUITS NICKS"; channels = ( "#go-nuts" ); }, { level = "JOINS PARTS QUITS NICKS"; channels = ( "#neomutt" ); }, { level = "JOINS PARTS QUITS NICKS"; channels = ( "#kvm" ); }, + { level = "JOINS PARTS QUITS NICKS"; channels = ( "#netbsd" ); }, + { level = "JOINS PARTS QUITS NICKS"; channels = ( "#ubuntu" ); }, + { level = "JOINS PARTS QUITS NICKS"; channels = ( "#netplan" ); }, { level = "JOINS PARTS QUITS NICKS"; channels = ( "#vagrant" ); }, { level = "JOINS PARTS QUITS NICKS"; channels = ( "#openssl" ); }, { level = "JOINS PARTS QUITS NICKS"; channels = ( "#crypto" ); }, @@ -485,7 +491,7 @@ ignores = ( { level = "JOINS PARTS QUITS NICKS"; channels = ( "#git" ); }, { level = "JOINS PARTS QUITS NICKS"; channels = ( "#voidlinux" ); }, { level = "JOINS PARTS QUITS NICKS"; channels = ( "#openwrt" ); }, - { + { level = "JOINS PARTS QUITS NICKS"; channels = ( "#debian-next" ); }, -- cgit v1.2.3