]> Sergey Matveev's repositories - dotfiles.git/blobdiff - irssi/.irssi/config.skel
Long netrw's style seems to be useful
[dotfiles.git] / irssi / .irssi / config.skel
index d36050a127c54cdb280df5ebcf49212e9ec8e1b5..8e8588fa6566dbe97c7980bd32643b71c462649b 100644 (file)
@@ -23,22 +23,28 @@ settings = {
 };
 logs = { };
 servers = (
+  {
+    address = "irc.oftc.net";
+    chatnet = "OFTC";
+    port = "6697";
+    use_tls = "yes";
+    tls_verify = "yes";
+    tls_cert = "~/.irssi/certs/stargrave.irc.ed.pem";
+    autoconnect = "yes";
+  },
   {
     address = "irc.libera.chat";
     chatnet = "LiberaChat";
     port = "6697";
     use_tls = "yes";
     tls_verify = "yes";
+    tls_cert = "~/.irssi/certs/stargrave.irc.ed.pem";
     autoconnect = "yes";
-  }
+  },
 );
 chatnets = {
-  LiberaChat = {
-    type = "IRC";
-    sasl_mechanism = "plain";
-    sasl_username = "stargrave";
-    sasl_password = "PASSWORD";
-  };
+  OFTC = { type = "IRC"; };
+  LiberaChat = { type = "IRC"; };
 };
 hilights = ( { text = "stargrave"; nick = "yes"; word = "yes"; } );
 keyboard = (
@@ -47,7 +53,7 @@ keyboard = (
   { key = "^L"; id = "command"; data = "WINDOW LAST"; }
 );
 channels = (
-  { name = "#freebsd"; chatnet = "LiberaChat"; autojoin = "yes"; },
-  { name = "#redo"; chatnet = "LiberaChat"; autojoin = "yes"; }
+  { name = "#redo"; chatnet = "LiberaChat"; autojoin = "yes"; },
+  { name = "#yggdrasil"; chatnet = "LiberaChat"; autojoin = "yes"; },
+  { name = "#nncp"; chatnet = "OFTC"; autojoin = "yes"; },
 );
-ignores = ( { level = "NO_ACT ALL"; channels = ( "#freebsd" ); } );