From 0c66bb3185395f28373d38134f927181eb68cfba Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 11 Mar 2000 19:18:12 +0000 Subject: Irssi 0.7.28 released git-svn-id: http://svn.irssi.org/repos/irssi/trunk@144 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- config | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config b/config index d6dc062f..ada30ea7 100644 --- a/config +++ b/config @@ -3,16 +3,20 @@ {server = irc.funet.fi;ircnet = IRCNet;port = 6667;autoconnect = No;}, {server = irc.efnet.net;ircnet = EFNet;port = 6667;autoconnect = No;}, {server = irc.undernet.net;ircnet = Undernet;port = 6667;autoconnect = No;}, + {server = irc.dal.net;ircnet = DALNet;port = 6667;autoconnect = No;}, {server = irc.openprojects.net;ircnet = OPN;port = 6667;autoconnect = No;}, - {server = irc.ptlink.net;ircnet = PTlink;port = 6667;autoconnect = No;} + {server = irc.ptlink.net;ircnet = PTlink;port = 6667;autoconnect = No;}, + {server = irc.multichat.org;ircnet = Multichat;port = 6667;autoconnect = No;} ); ircnets = ( {name = IRCNet;max_kicks = 4;max_modes = 3;max_msgs = 3;}, {name = EFNet;max_kicks = 4;max_modes = 4;max_msgs = 3;}, {name = Undernet;max_kicks = 4;max_modes = 3;max_msgs = 3;}, + {name = DALNet;max_kicks = 4;max_modes = 6;max_msgs = 3;}, {name = OPN;max_kicks = 1;max_modes = 6;max_msgs = 100;}, - {name = PTlink;max_kicks = 1;max_modes = 6;max_msgs = 100;} + {name = PTlink;max_kicks = 1;max_modes = 6;max_msgs = 100;}, + {name = Multichat;max_kicks = 1;max_modes = 6;max_msgs = 100;} ); channels = ( @@ -42,6 +46,8 @@ {alias = UB;command = "/unban &1";}, {alias = IG;command = "/ignore &1";}, {alias = UNIG;command = "/unignore &1";} + {alias = SB;command = "/scrollback &1";} + {alias = UMODE;command = "/mode %n &1";} ); popups = ( {label = "Whois";command = "/whois %s";}, -- cgit v1.2.3