mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Fixed the missing commas
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@112 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
1248c75050
commit
9f792a42f7
4
config
4
config
@ -3,7 +3,7 @@
|
||||
{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;}
|
||||
{server = irc.openprojects.net;ircnet = OPN;port = 6667;autoconnect = No;},
|
||||
{server = irc.ptlink.net;ircnet = PTlink;port = 6667;autoconnect = No;}
|
||||
);
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
{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;}
|
||||
{name = OPN;max_kicks = 1;max_modes = 6;max_msgs = 100;},
|
||||
{name = PTlink;max_kicks = 1;max_modes = 6;max_msgs = 100;}
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user