diff options
author | Geert Hauwaerts <geert@irssi.org> | 2008-06-18 21:52:36 +0000 |
---|---|---|
committer | Geert <Geert@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2008-06-18 21:52:36 +0000 |
commit | 9d28437a577057c67f1d632a4bee4d7310822589 (patch) | |
tree | dca12a417c84fc8d0421f6e0d8e12047f532ec96 /irssi.conf | |
parent | 21abb5113086a3d806c8d1a636227bec47e57fc8 (diff) | |
download | irssi-9d28437a577057c67f1d632a4bee4d7310822589.zip |
Updated irssi.conf
- Added new networks: Rizon, GameSurge, LinkNet, WebChat, OFTC
- Changed the default IPv6 and IPv4 IRCnet servers
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4863 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'irssi.conf')
-rw-r--r-- | irssi.conf | 44 |
1 files changed, 38 insertions, 6 deletions
@@ -1,13 +1,15 @@ servers = ( - { address = "irc.stealth.net"; chatnet = "IRCnet"; port = "6668"; }, + { address = "eu.irc6.net"; chatnet = "IRCnet"; port = "6667"; }, + { address = "irc.open-ircnet.net"; chatnet = "IRCnet"; port = "6667"; }, { address = "irc.efnet.org"; chatnet = "EFNet"; port = "6667"; }, - { - address = "irc.undernet.org"; - chatnet = "Undernet"; - port = "6667"; - }, + { address = "irc.undernet.org"; chatnet = "Undernet"; port = "6667"; }, { address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; }, { address = "irc.quakenet.org"; chatnet = "QuakeNet"; port = "6667"; }, + { address = "irc.oftc.net"; chatnet = "OFTC"; port = "6667"; }, + { address = "irc.gamesurge.net"; chatnet = "GameSurge"; port = "6667"; }, + { address = "irc.webchat.org"; chatnet = "WebChat"; port = "6667"; }, + { address = "irc.rizon.net"; chatnet = "Rizon"; port = "6667"; }, + { address = "irc.link-net.org"; chatnet = "LinkNet"; port = "6667"; }, { address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; } ); @@ -43,6 +45,36 @@ chatnets = { max_msgs = "3"; max_whois = "30"; }; + OFTC = { + type = "IRC"; + max_kicks = "1"; + max_msgs = "3"; + max_whois = "30"; + }; + GameSurge = { + type = "IRC"; + max_kicks = "1"; + max_msgs = "3"; + max_whois = "30"; + }; + WebChat = { + type = "IRC"; + max_kicks = "1"; + max_msgs = "3"; + max_whois = "30"; + }; + Rizon = { + type = "IRC"; + max_kicks = "1"; + max_msgs = "3"; + max_whois = "30"; + }; + LinkNet = { + type = "IRC"; + max_kicks = "1"; + max_msgs = "3"; + max_whois = "30"; + }; SILC = { type = "SILC"; }; }; |