commit 8a3a41d0df384c711d25b54432e77a415d62d873 parent d57f04fb2c21f353e8a470bdf56b86b2eee9b3e2 Author: Daniel Moch <daniel@danielmoch.com> Date: Sun, 15 Sep 2019 20:37:00 -0400 irssi: Add cat-v channel Diffstat:
M | .irssi/config | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/.irssi/config b/.irssi/config @@ -408,6 +408,18 @@ windows = { sticky = "yes"; parent = "2"; }; + 11 = { + items = ( + { + type = "CHANNEL"; + chat_type = "IRC"; + name = "#cat-v"; + tag = "Sweetwater"; + } + ); + sticky = "yes"; + parent = "2"; + }; }; mainwindows = { 1 = { first_line = "43"; lines = "11"; };