From 6ca57e8c85838253cfd8fd93fa91d2d21e6afdab Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 27 Aug 2002 12:05:42 +0000 Subject: Added AzzurraNET. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2902 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- irssi.conf | 7 +++++++ 1 file changed, 7 insertions(+) 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"; }; }; -- cgit v1.2.3