commit c3dff7bf05f0f83ab0c27e65cfc4bbcf00838912
parent e13b0ff4c22b0769a5706947e2b6e8d7ab987535
Author: Daniel Moch <daniel@danielmoch.com>
Date: Tue, 16 Oct 2018 20:39:25 -0400
Add nikola to IRSSI config
Diffstat:
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/.irssi/config b/.irssi/config
@@ -23,6 +23,7 @@ channels = (
{ name = "#vim"; chatnet = "sweetwater"; autojoin = "yes"; },
{ name = "#golug"; chatnet = "Sweetwater"; autojoin = "yes"; }
{ name = "#archlinux32"; chatnet = "Sweetwater"; autojoin = "yes"; }
+ { name = "#nikola"; chatnet = "Sweetwater"; autojoin = "yes"; }
);
aliases = {
@@ -356,6 +357,18 @@ windows = {
sticky = "yes";
parent = "2";
};
+ 7 = {
+ items = (
+ {
+ type = "CHANNEL";
+ chat_type = "IRC";
+ name = "#nikola";
+ tag = "Sweetwater";
+ }
+ );
+ sticky = "yes";
+ parent = "2";
+ };
};
mainwindows = {
1 = { first_line = "43"; lines = "11"; };