mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
Merge 859f9f45ce into 43f1727ef9
This commit is contained in:
commit
7bf2879bb2
1 changed files with 10 additions and 2 deletions
12
irssi.conf
12
irssi.conf
|
|
@ -12,7 +12,8 @@ servers = (
|
|||
{ address = "irc.quakenet.org"; chatnet = "QuakeNet"; port = "6667"; },
|
||||
{ address = "irc.rizon.net"; chatnet = "Rizon"; port = "6697"; use_tls = "yes"; tls_verify = "yes"; },
|
||||
{ address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; },
|
||||
{ address = "irc.undernet.org"; chatnet = "Undernet"; port = "6667"; }
|
||||
{ address = "irc.undernet.org"; chatnet = "Undernet"; port = "6667"; },
|
||||
{ address = "irc.scuttled.net"; chatnet = "2600net"; port = "6697"; use_tls = "yes"; tls_verify = "yes"; }
|
||||
);
|
||||
|
||||
chatnets = {
|
||||
|
|
@ -91,6 +92,12 @@ chatnets = {
|
|||
max_msgs = "1";
|
||||
max_whois = "1";
|
||||
};
|
||||
2600net = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "4";
|
||||
max_whois = "1";
|
||||
};
|
||||
};
|
||||
|
||||
channels = (
|
||||
|
|
@ -102,7 +109,8 @@ channels = (
|
|||
{ name = "#ircsource"; chatnet = "IRCSource"; autojoin = "No"; },
|
||||
{ name = "#netfuze"; chatnet = "NetFuze"; autojoin = "No"; },
|
||||
{ name = "#oftc"; chatnet = "OFTC"; autojoin = "No"; },
|
||||
{ name = "silc"; chatnet = "SILC"; autojoin = "No"; }
|
||||
{ name = "silc"; chatnet = "SILC"; autojoin = "No"; },
|
||||
{ name = "#2600"; chatnet = "2600net"; autojoin = "No"; }
|
||||
);
|
||||
|
||||
aliases = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue