changeset 150:de8d4246c8fe

Add channels
author zegervdv <zegervdv@me.com>
date Mon, 20 Oct 2014 09:43:28 +0200
parents 45c9af0c9017
children 87498dbd779a
files irssi/config
diffstat 1 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/irssi/config	Sun Oct 19 23:19:27 2014 +0200
+++ b/irssi/config	Mon Oct 20 09:43:28 2014 +0200
@@ -21,7 +21,8 @@
 
 channels = (
   { name = "#vim"; chatnet = "freenode"; autojoin = "yes"; },
-  { name = "#raspberrypi"; chatnet = "freenode"; autojoin = "yes"; }
+  { name = "#raspberrypi"; chatnet = "freenode"; autojoin = "yes"; },
+  { name = "#archlinux-arm"; chatnet = "freenode"; autojoin = "yes"; }
 );
 
 aliases = {
@@ -201,6 +202,16 @@
       }
     );
   };
+  8 = {
+    items = (
+      {
+        type = "CHANNEL";
+        chat_type = "IRC";
+        name = "#archlinux-arm";
+        tag = "freenode";
+      }
+    );
+  };
 };
 mainwindows = {
   1 = { first_line = "11"; lines = "44"; };