summaryrefslogtreecommitdiff
path: root/irssi.conf
diff options
context:
space:
mode:
authorGeert Hauwaerts <geert@irssi.org>2008-06-18 21:52:36 +0000
committerGeert <Geert@dbcabf3a-b0e7-0310-adc4-f8d773084564>2008-06-18 21:52:36 +0000
commit9d28437a577057c67f1d632a4bee4d7310822589 (patch)
treedca12a417c84fc8d0421f6e0d8e12047f532ec96 /irssi.conf
parent21abb5113086a3d806c8d1a636227bec47e57fc8 (diff)
downloadirssi-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.conf44
1 files changed, 38 insertions, 6 deletions
diff --git a/irssi.conf b/irssi.conf
index f947a796..69a931bf 100644
--- a/irssi.conf
+++ b/irssi.conf
@@ -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"; };
};