aboutsummaryrefslogtreecommitdiffstats
path: root/irssi/config
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-11-10 11:51:38 +0000
committerterminaldweller <thabogre@gmail.com>2021-11-10 11:51:38 +0000
commit216beb6c4dc046501566305e15fb731bd9a7f052 (patch)
tree3f1397a93deda04401e7192328ac3a2834eee466 /irssi/config
parentmore cleanup (diff)
downloadscripts-216beb6c4dc046501566305e15fb731bd9a7f052.tar.gz
scripts-216beb6c4dc046501566305e15fb731bd9a7f052.zip
updates
Diffstat (limited to 'irssi/config')
-rw-r--r--irssi/config4
1 files changed, 4 insertions, 0 deletions
diff --git a/irssi/config b/irssi/config
index b2b7a81..f50dd5e 100644
--- a/irssi/config
+++ b/irssi/config
@@ -46,6 +46,8 @@ channels = (
{ name = "#openssl"; chatnet = "libera"; autojoin = "yes"; },
{ name = "#qemu"; chatnet = "OFTC"; autojoin = "yes"; },
{ name = "#virt"; chatnet = "OFTC"; autojoin = "yes"; },
+ { name = "#openssh"; chatnet = "libera"; autojoin = "yes"; },
+ { name = "#gdb"; chatnet = "libera"; autojoin = "yes"; },
{ name = "#kvm"; chatnet = "libera"; autojoin = "yes"; }
);
@@ -415,5 +417,7 @@ ignores = (
{ level = "JOINS PARTS QUITS NICKS"; channels = ( "#virt" ); },
{ level = "JOINS PARTS QUITS NICKS"; channels = ( "#debian" ); },
{ level = "JOINS PARTS QUITS NICKS"; channels = ( "#debian-next" ); },
+ { level = "JOINS PARTS QUITS NICKS"; channels = ( "#openssh" ); },
+ { level = "JOINS PARTS QUITS NICKS"; channels = ( "#gdb" ); },
{ level = "JOINS PARTS QUITS NICKS"; channels = ( "#qemu" ); }
);