commit aa850e098107d6ced47d1dc09441c0ba7e3d1b4b parent 4b971e1cf22a3609ebca10fa288095407320b143 Author: pyratebeard <root@pyratebeard.net> Date: Thu, 16 Apr 2020 22:24:08 +0100 undernet and quakenet Diffstat:
M | irssi/.irssi/config | | | 20 | ++++++++++++++++++++ |
1 file changed, 20 insertions(+), 0 deletions(-)
diff --git a/irssi/.irssi/config b/irssi/.irssi/config @@ -49,6 +49,24 @@ servers = ( use_tls = "no"; tls_verify = "no"; autoconnect = "no"; + }, + { + address = "pyratebouncer"; + chatnet = "quakenet"; + password = ""; + port = "1666"; + use_tls = "no"; + tls_verify = "no"; + autoconnect = "no"; + }, + { + address = "pyratebouncer"; + chatnet = "undernet"; + password = ""; + port = "1666"; + use_tls = "no"; + tls_verify = "no"; + autoconnect = "no"; } ); @@ -58,6 +76,8 @@ chatnets = { snoonet = { type = "IRC"; nick = "pyratebeard"; }; freenode = { type = "IRC"; nick = "pyratebeard"; }; geekshed = { type = "IRC"; nick = "pyratebeard"; }; + quakenet = { type = "IRC"; nick = "pyratebeard"; }; + undernet = { type = "IRC"; nick = "pyratebeard"; }; }; channels = ( { name = "#unix"; chatnet = "nixers"; autojoin = "Yes"; } );