diff options
author | terminaldweller <thabogre@gmail.com> | 2022-01-20 17:57:56 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-01-20 17:57:56 +0000 |
commit | 2595fc9b9177406b5599406fed849cb7bfbaaaa8 (patch) | |
tree | 6bd3f5860973507e210e5ec7daefd3a8411f142d /irssi | |
parent | updates (diff) | |
download | scripts-2595fc9b9177406b5599406fed849cb7bfbaaaa8.tar.gz scripts-2595fc9b9177406b5599406fed849cb7bfbaaaa8.zip |
updates
Diffstat (limited to 'irssi')
-rw-r--r-- | irssi/config | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/irssi/config b/irssi/config index f50dd5e..b4c8e24 100644 --- a/irssi/config +++ b/irssi/config @@ -20,10 +20,18 @@ servers = ( address = "irc.libera.chat"; chatnet = "libera"; autoconnect = "yes"; + use_tls = "yes"; + tls_verify = "yes"; + }, + { address = "irc.oftc.net"; + chatnet = "OFTC"; + autoconnect = "yes"; + port = "6697"; + use_tls = "yes"; + tls_verify = "yes"; }, - { address = "irc.oftc.net"; chatnet = "oftc"; autoconnect = "yes"; }, { - address = "localhost"; + address = "192.168.1.109"; port = "6667"; chatnet = "bitlbee"; autoconnect = "yes"; @@ -41,13 +49,16 @@ chatnets = { channels = ( { name = "#dpdk"; chatnet = "libera"; autojoin = "yes"; }, - { name = "#qemu"; chatnet = "libera"; autojoin = "yes"; }, { name = "#fdio-vpp"; chatnet = "libera"; autojoin = "yes"; }, { name = "#openssl"; chatnet = "libera"; autojoin = "yes"; }, { name = "#qemu"; chatnet = "OFTC"; autojoin = "yes"; }, + { name = "#debian"; chatnet = "OFTC"; autojoin = "yes"; }, { name = "#virt"; chatnet = "OFTC"; autojoin = "yes"; }, + { name = "#openwrt"; chatnet = "OFTC"; autojoin = "yes"; }, { name = "#openssh"; chatnet = "libera"; autojoin = "yes"; }, { name = "#gdb"; chatnet = "libera"; autojoin = "yes"; }, + { name = "#voidlinux"; chatnet = "libera"; autojoin = "yes"; }, + { name = "#freebsd"; chatnet = "libera"; autojoin = "yes"; }, { name = "#kvm"; chatnet = "libera"; autojoin = "yes"; } ); @@ -397,7 +408,7 @@ settings = { dccstat_cycle_through_transfers = "yes"; }; }; -keyboard = ( +keyboard = ( { key = "meta-[M"; id = "command"; data = "mouse_xterm"; } ); ignores = ( @@ -416,6 +427,9 @@ ignores = ( { level = "JOINS PARTS QUITS NICKS"; channels = ( "#crypto" ); }, { level = "JOINS PARTS QUITS NICKS"; channels = ( "#virt" ); }, { level = "JOINS PARTS QUITS NICKS"; channels = ( "#debian" ); }, + { level = "JOINS PARTS QUITS NICKS"; channels = ( "#freebsd" ); }, + { level = "JOINS PARTS QUITS NICKS"; channels = ( "#voidlinux" ); }, + { level = "JOINS PARTS QUITS NICKS"; channels = ( "#openwrt" ); }, { level = "JOINS PARTS QUITS NICKS"; channels = ( "#debian-next" ); }, { level = "JOINS PARTS QUITS NICKS"; channels = ( "#openssh" ); }, { level = "JOINS PARTS QUITS NICKS"; channels = ( "#gdb" ); }, |