diff options
author | Timo Sirainen <cras@irssi.org> | 2002-08-27 12:05:42 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-08-27 12:05:42 +0000 |
commit | 6ca57e8c85838253cfd8fd93fa91d2d21e6afdab (patch) | |
tree | 2a8180a2679e358842329705f194d011a0e1b6e3 | |
parent | 058924281227da97c6458dc6fe5d3e69d3963cb9 (diff) | |
download | irssi-6ca57e8c85838253cfd8fd93fa91d2d21e6afdab.zip |
Added AzzurraNET.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2902 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r-- | irssi.conf | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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"; }; }; |