commit a2997ffeafdf8e7468a9287dbf6308cf27583d4b
parent 1d26ab5029ec12d7304cb21d60055f16ff74c262
Author: pyratebeard <root@pyratebeard.net>
Date: Wed, 3 Jun 2020 20:34:30 +0100
reordered servers. changed nixers to unixchat. new servers darkscience and blitzed
Diffstat:
1 file changed, 27 insertions(+), 7 deletions(-)
diff --git a/irssi/.irssi/config b/irssi/.irssi/config
@@ -7,7 +7,7 @@ utf8 = "on";
servers = (
{
address = "pyratebouncer";
- chatnet = "nixers";
+ chatnet = "unixchat";
password = "";
port = "1666";
use_tls = "no";
@@ -16,7 +16,7 @@ servers = (
},
{
address = "pyratebouncer";
- chatnet = "rizon";
+ chatnet = "freenode";
password = "";
port = "1666";
use_tls = "no";
@@ -25,7 +25,7 @@ servers = (
},
{
address = "pyratebouncer";
- chatnet = "snoonet";
+ chatnet = "rizon";
password = "";
port = "1666";
use_tls = "no";
@@ -34,7 +34,7 @@ servers = (
},
{
address = "pyratebouncer";
- chatnet = "freenode";
+ chatnet = "snoonet";
password = "";
port = "1666";
use_tls = "no";
@@ -67,20 +67,40 @@ servers = (
use_tls = "no";
tls_verify = "no";
autoconnect = "no";
+ },
+ {
+ address = "pyratebouncer";
+ chatnet = "darkscience";
+ password = "";
+ port = "1666";
+ use_tls = "no";
+ tls_verify = "no";
+ autoconnect = "no";
+ },
+ {
+ address = "pyratebouncer";
+ chatnet = "blitzed";
+ password = "";
+ port = "1666";
+ use_tls = "no";
+ tls_verify = "no";
+ autoconnect = "no";
}
);
chatnets = {
- nixers = { type = "IRC"; nick = "beard"; };
+ unixchat = { type = "IRC"; nick = "beard"; };
+ freenode = { type = "IRC"; nick = "pyratebeard"; };
rizon = { type = "IRC"; nick = "pyratebeard"; };
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"; };
+ darkscience = { type = "IRC"; nick = "pyratebeard"; };
+ blitzed = { type = "IRC"; nick = "pyratebeard"; };
};
-channels = ( { name = "#unix"; chatnet = "nixers"; autojoin = "Yes"; } );
+channels = ( { name = "#unix"; chatnet = "unixchat"; autojoin = "Yes"; } );
aliases = {
emote = "exec -o emote";