diff options
author | terminaldweller <thabogre@gmail.com> | 2022-07-15 13:47:56 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-07-15 13:47:56 +0000 |
commit | 5a2d75df546df3321b3a20ebe84dae2f91019e84 (patch) | |
tree | ca27e5395beee772dc4931110018e135700c7a05 /irssi/config | |
parent | updates (diff) | |
download | scripts-5a2d75df546df3321b3a20ebe84dae2f91019e84.tar.gz scripts-5a2d75df546df3321b3a20ebe84dae2f91019e84.zip |
secrets
Diffstat (limited to '')
-rw-r--r-- | irssi/config | 14 |
1 files changed, 10 insertions, 4 deletions
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" ); }, |