mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02:00
Irssi 0.7.28 released
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@144 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
3b9e051707
commit
0c66bb3185
8 changed files with 1431 additions and 1091 deletions
10
config
10
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 = "<MULTICOMMA>Whois";command = "/whois %s";},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue