commit 42f7ce4bcac60618328f73c32def47b997449277
parent b441bf0f3b190bb41f914d6fe67d0fbf353ee692
Author: Daniel Moch <daniel@danielmoch.com>
Date: Mon, 9 Apr 2018 17:48:50 -0400
Update IRSSI config with #golug
Diffstat:
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/.irssi/config b/.irssi/config
@@ -34,7 +34,8 @@ channels = (
{ name = "#firefox"; chatnet = "Mozilla"; },
{ name = "#vim"; chatnet = "Freenode"; autojoin = "Yes"; },
{ name = "#archlinux"; chatnet = "freenode"; autojoin = "yes"; },
- { name = "#archlinux-aur"; chatnet = "Freenode"; autojoin = "yes"; }
+ { name = "#archlinux-aur"; chatnet = "Freenode"; autojoin = "yes"; },
+ { name = "#golug"; chatnet = "Freenode"; autojoin = "yes"; }
);
aliases = {
@@ -349,6 +350,18 @@ windows = {
{
type = "CHANNEL";
chat_type = "IRC";
+ name = "#golug";
+ tag = "Freenode";
+ }
+ );
+ sticky = "yes";
+ parent = "2";
+ };
+ 6 = {
+ items = (
+ {
+ type = "CHANNEL";
+ chat_type = "IRC";
name = "#firefox";
tag = "Mozilla";
}