summaryrefslogtreecommitdiff
path: root/irssi.conf
diff options
context:
space:
mode:
Diffstat (limited to 'irssi.conf')
-rw-r--r--irssi.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/irssi.conf b/irssi.conf
index b7630643..730a5444 100644
--- a/irssi.conf
+++ b/irssi.conf
@@ -21,6 +21,7 @@ servers = (
port = "6667";
},
{ address = "irc.ptnet.org"; chatnet = "PTnet"; port = "6667"; },
+ { address = "irc.azzurra.org"; chatnet = "AzzurraNET"; port = "6667"; },
{ address = "silc.pspt.fi"; chatnet = "SILC"; port = "706"; }
);
@@ -96,6 +97,12 @@ chatnets = {
max_msgs = "10";
max_whois = "30";
};
+ AzzurraNET = {
+ type = "IRC";
+ max_kicks = "4";
+ max_modes = "6";
+ max_msgs = "3";
+ };
SILC = { type = "SILC"; };
};