summaryrefslogtreecommitdiff
path: root/irssi.conf
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-08-27 12:05:42 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-08-27 12:05:42 +0000
commit6ca57e8c85838253cfd8fd93fa91d2d21e6afdab (patch)
tree2a8180a2679e358842329705f194d011a0e1b6e3 /irssi.conf
parent058924281227da97c6458dc6fe5d3e69d3963cb9 (diff)
downloadirssi-6ca57e8c85838253cfd8fd93fa91d2d21e6afdab.zip
Added AzzurraNET.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2902 dbcabf3a-b0e7-0310-adc4-f8d773084564
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"; };
};