aboutsummaryrefslogtreecommitdiffstats
path: root/irssi/config
diff options
context:
space:
mode:
Diffstat (limited to '')
-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" ); }
);