mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +02:00
Updated to 0.7.21
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@99 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
b36b88af1b
commit
1b30005e4c
6 changed files with 442 additions and 326 deletions
12
config
12
config
|
|
@ -1,9 +1,17 @@
|
|||
{
|
||||
setupservers = (
|
||||
{server = irc.funet.fi;ircnet = ircnet;port = 6667;autoconnect = No;}
|
||||
{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.openprojects.net;ircnet = OPN;port = 6667;autoconnect = No;}
|
||||
);
|
||||
|
||||
ircnets = ({name = ircnet;});
|
||||
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 = OPN;max_kicks = 1;max_modes = 6;max_msgs = 100;}
|
||||
);
|
||||
|
||||
channels = (
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue