mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Update irssi.conf to resolve 2600net chatnets and channels config
Added 2600net to chatnets and #2600 to channels config.
This commit is contained in:
parent
b5787f777b
commit
859f9f45ce
1 changed files with 8 additions and 1 deletions
|
|
@ -92,6 +92,12 @@ chatnets = {
|
|||
max_msgs = "1";
|
||||
max_whois = "1";
|
||||
};
|
||||
2600net = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "4";
|
||||
max_whois = "1";
|
||||
};
|
||||
};
|
||||
|
||||
channels = (
|
||||
|
|
@ -103,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