From 068f252b89ba314e78c3069513958568e2495d3c Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 15 Jun 2021 22:47:23 +0100 Subject: [PATCH] Add Meta to IRSSI config --- .irssi/config | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.irssi/config b/.irssi/config index 3efe8ec..f82cc36 100644 --- a/.irssi/config +++ b/.irssi/config @@ -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"; } ); \ No newline at end of file +channels = ( + { name = "#dimension"; chatnet = "tildechat"; autojoin = "yes"; } + { name = "#meta"; chatnet = "tildechat"; autojoin = "yes"; } +); \ No newline at end of file