summaryrefslogtreecommitdiff
path: root/irssi.conf
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-02-17 09:47:51 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-02-17 09:47:51 +0000
commit55561eb2c97a93e08f6559ff865cb2d0227af8f3 (patch)
tree42bd379ad55e1dc47ac5a2662b65b9269250f6e4 /irssi.conf
parent490e411814ff8cc5c4c9d26bf7987cd7254fa06a (diff)
downloadirssi-55561eb2c97a93e08f6559ff865cb2d0227af8f3.zip
Added GIMPNet, reformatted to look exactly the same as it gets when /SAVEd.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2489 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'irssi.conf')
-rw-r--r--irssi.conf72
1 files changed, 55 insertions, 17 deletions
diff --git a/irssi.conf b/irssi.conf
index 214abae1..86a722a3 100644
--- a/irssi.conf
+++ b/irssi.conf
@@ -1,27 +1,65 @@
servers = (
- { address = "irc.stealth.net"; chatnet = IRCNet; port = 6668; },
- { address = "irc.efnet.net"; chatnet = EFNet; port = 6667; },
- { address = "irc.undernet.org"; chatnet = Undernet; port = 6667; },
- { address = "irc.dal.net"; chatnet = DALnet; port = 6667; },
- { address = "irc.openprojects.net"; chatnet = OPN; port = 6667; },
- { address = "irc.ptlink.net"; chatnet = PTlink; port = 6667; },
- { address = "silc.pspt.fi"; chatnet = SILC; port = 706; }
+ { address = "irc.stealth.net"; chatnet = "IRCNet"; port = "6668"; },
+ { address = "irc.efnet.net"; chatnet = "EFNet"; port = "6667"; },
+ {
+ address = "irc.undernet.org";
+ chatnet = "Undernet";
+ port = "6667";
+ },
+ { address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; },
+ { address = "irc.openprojects.net"; chatnet = "OPN"; port = "6667"; },
+ { address = "irc.gnome.org"; chatnet = "GIMPNet"; port = "6667"; },
+ { address = "irc.ptlink.net"; chatnet = "PTlink"; port = "6667"; },
+ { address = "silc.pspt.fi"; chatnet = "SILC"; port = "706"; }
);
chatnets = {
- IRCNet = { type = "IRC"; max_kicks = 4; max_modes = 3; max_msgs = 5; max_whois = 4; max_query_chans = "5"; };
- EFNet = { type = "IRC"; max_kicks = 4; max_modes = 4; max_msgs = 3; };
- Undernet = { type = "IRC"; max_kicks = 4; max_modes = 3; max_msgs = 3; };
- DALNet = { type = "IRC"; max_kicks = 4; max_modes = 6; max_msgs = 3; };
- OPN = { type = "IRC"; max_kicks = 4; max_modes = 4; max_msgs = 1; };
- PTLink = { type = "IRC"; max_kicks = 1; max_modes = 6; max_msgs = 100; };
+ IRCNet = {
+ type = "IRC";
+ max_kicks = "4";
+ max_modes = "3";
+ max_msgs = "5";
+ max_whois = "4";
+ max_query_chans = "5";
+ };
+ EFNet = {
+ type = "IRC";
+ max_kicks = "4";
+ max_modes = "4";
+ max_msgs = "3";
+ };
+ Undernet = {
+ type = "IRC";
+ max_kicks = "4";
+ max_modes = "3";
+ max_msgs = "3";
+ };
+ DALNet = {
+ type = "IRC";
+ max_kicks = "4";
+ max_modes = "6";
+ max_msgs = "3";
+ };
+ OPN = { type = "IRC"; max_kicks = "4"; max_modes = "4"; max_msgs = "1"; };
+ GIMPNet = {
+ type = "IRC";
+ max_kicks = "4";
+ max_modes = "4";
+ max_msgs = "3";
+ };
+ PTLink = {
+ type = "IRC";
+ max_kicks = "1";
+ max_modes = "6";
+ max_msgs = "100";
+ };
SILC = { type = "SILC"; };
};
channels = (
- { name = "#irssi"; chatnet = ircnet; autojoin = No; },
- { name = "#irssi"; chatnet = opn; autojoin = No; },
- { name = "#silc"; chatnet = silc; autojoin = No; }
+ { name = "#irssi"; chatnet = "ircnet"; autojoin = "No"; },
+ { name = "#irssi"; chatnet = "opn"; autojoin = "No"; },
+ { name = "#silc"; chatnet = "silc"; autojoin = "No"; }
);
aliases = {
@@ -140,7 +178,7 @@ statusbar = {
items = {
barstart = { priority = "100"; };
window = { };
- window_empty = { };
+ window_empty = { };
more = { priority = "-1"; alignment = "right"; };
barend = { priority = "100"; alignment = "right"; };
};