Skip to content

Commit

Permalink
Add Meta to IRSSI config
Browse files Browse the repository at this point in the history
  • Loading branch information
nikdoof committed Jun 15, 2021
1 parent 83e0af7 commit 068f252
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .irssi/config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@ servers = (
);

chatnets = {
tildechat = { type = "IRC"; };
tildechat = {
type = "IRC";
max_kicks = "4";
max_msgs = "5";
max_whois = "4";
max_query_chans = "5";
};
};

channels = ( { name = "#dimension"; chatnet = "tildechat"; autojoin = "yes"; } );
channels = (
{ name = "#dimension"; chatnet = "tildechat"; autojoin = "yes"; }
{ name = "#meta"; chatnet = "tildechat"; autojoin = "yes"; }
);

0 comments on commit 068f252

Please sign in to comment.