commit 51e62b56b2f551f6ad7169b5282a7bfa3a185f9e
parent bc18a3a6b9f8942fbe9f489153190bfc1e3360a4
Author: Daniel Moch <daniel@danielmoch.com>
Date: Fri, 21 Sep 2018 11:30:22 -0400
Add #archlinux32 to irssi
Diffstat:
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/.irssi/config b/.irssi/config
@@ -22,6 +22,7 @@ channels = (
{ name = "#archlinux-aur"; chatnet = "sweetwater"; autojoin = "yes"; },
{ name = "#vim"; chatnet = "sweetwater"; autojoin = "yes"; },
{ name = "#golug"; chatnet = "Sweetwater"; autojoin = "yes"; }
+ { name = "#archlinux32"; chatnet = "Sweetwater"; autojoin = "yes"; }
);
aliases = {
@@ -336,6 +337,18 @@ windows = {
{
type = "CHANNEL";
chat_type = "IRC";
+ name = "#archlinux32";
+ tag = "Sweetwater";
+ }
+ );
+ sticky = "yes";
+ parent = "2";
+ };
+ 6 = {
+ items = (
+ {
+ type = "CHANNEL";
+ chat_type = "IRC";
name = "#golug";
tag = "Sweetwater";
}