diff options
Diffstat (limited to 'irssi.conf')
-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"; }; }; |