dotfiles

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

commit 60a68cfacec4188bb00b29e15f6f9ca61848752e
parent 5eec0cc49e0240478796d829a0a240d3a3f9ced0
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 10 Mar 2020 21:30:47 +0000

add snoonet

Diffstat:
Mirssi/.irssi/config | 16+++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/irssi/.irssi/config b/irssi/.irssi/config @@ -16,7 +16,16 @@ servers = ( }, { address = "pyratebouncer"; - chatnet = "geekshed"; + chatnet = "rizon"; + password = ""; + port = "1666"; + use_tls = "no"; + tls_verify = "no"; + autoconnect = "no"; + }, + { + address = "pyratebouncer"; + chatnet = "snoonet"; password = ""; port = "1666"; use_tls = "no"; @@ -34,7 +43,7 @@ servers = ( }, { address = "pyratebouncer"; - chatnet = "rizon"; + chatnet = "geekshed"; password = ""; port = "1666"; use_tls = "no"; @@ -45,9 +54,10 @@ servers = ( chatnets = { nixers = { type = "IRC"; nick = "beard"; }; + rizon = { type = "IRC"; nick = "pyratebeard"; }; + snoonet = { type = "IRC"; nick = "pyratebeard"; }; freenode = { type = "IRC"; nick = "pyratebeard"; }; geekshed = { type = "IRC"; nick = "pyratebeard"; }; - rizon = { type = "IRC"; nick = "pyratebeard"; }; }; channels = ( { name = "#unix"; chatnet = "nixers"; autojoin = "Yes"; } );