dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit d1c91ea7d12250a44dfc945763c6b99cceca71d8
parent 6fe50888935754a6cd08e415c60f2bf86e804c9c
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu, 20 May 2021 21:31:04 +0100

libera.chat added to bouncer

Diffstat:
Mirssi/.irssi/config | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/irssi/.irssi/config b/irssi/.irssi/config @@ -25,6 +25,15 @@ servers = ( }, { address = "pyratebouncer"; + chatnet = "libera"; + password = ""; + port = "1666"; + use_tls = "no"; + tls_verify = "no"; + autoconnect = "no"; + }, + { + address = "pyratebouncer"; chatnet = "rizon"; password = ""; port = "1666"; @@ -91,6 +100,7 @@ servers = ( chatnets = { unixchat = { type = "IRC"; nick = "pyrate"; }; freenode = { type = "IRC"; nick = "pyratebeard"; }; + libera = { type = "IRC"; nick = "pyratebeard"; }; rizon = { type = "IRC"; nick = "pyratebeard"; }; snoonet = { type = "IRC"; nick = "pyratebeard"; }; geekshed = { type = "IRC"; nick = "pyratebeard"; };