diff options
author | terminaldweller <thabogre@gmail.com> | 2021-11-10 11:51:38 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-11-10 11:51:38 +0000 |
commit | 216beb6c4dc046501566305e15fb731bd9a7f052 (patch) | |
tree | 3f1397a93deda04401e7192328ac3a2834eee466 /irssi/config | |
parent | more cleanup (diff) | |
download | scripts-216beb6c4dc046501566305e15fb731bd9a7f052.tar.gz scripts-216beb6c4dc046501566305e15fb731bd9a7f052.zip |
updates
Diffstat (limited to '')
-rw-r--r-- | irssi/config | 4 |
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" ); } ); |