dotfiles

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

commit 567eb4df9f3b3af4332f90894644c351a1e559b5
parent 9ccd94d3bd20bdf6cf18f6d6d8d4ef77e3e761d5
Author: pyratebeard <root@pyratebeard.net>
Date:   Sat, 25 Jan 2020 20:47:04 +0000

add rizon network

Diffstat:
Mirssi/.irssi/config | 24+++++++++++++++++-------
1 file changed, 17 insertions(+), 7 deletions(-)

diff --git a/irssi/.irssi/config b/irssi/.irssi/config @@ -31,6 +31,15 @@ servers = ( use_tls = "no"; tls_verify = "no"; autoconnect = "no"; + }, + { + address = "pyratebouncer"; + chatnet = "rizon"; + password = "pyratebeard/rizon"; + port = "1666"; + use_tls = "no"; + tls_verify = "no"; + autoconnect = "no"; } ); @@ -38,17 +47,18 @@ chatnets = { nixers = { type = "IRC"; nick = "beard"; }; freenode = { type = "IRC"; }; geekshed = { type = "IRC"; }; + rizon = { type = "IRC"; }; }; channels = ( { name = "#unix"; chatnet = "nixers"; autojoin = "Yes"; } ); -aliases = { - emote = "exec -o emote"; - ascii = "exec -o toilet -f future --irc"; - rusto = "exec -o toilet -f rusto --irc"; - rustofat = "exec -o toilet -f rustofat --irc"; - gay = "exec -o toilet -f term --gay --irc"; - toilet = "exec -o toilet"; +aliases = { + emote = "exec -o emote"; + ascii = "exec -o toilet -f future --irc"; + rusto = "exec -o toilet -f rusto --irc"; + rustofat = "exec -o toilet -f rustofat --irc"; + gay = "exec -o toilet -f term --gay --irc"; + toilet = "exec -o toilet"; }; settings = {