]> Sergey Matveev's repositories - dotfiles.git/blobdiff - irssi/.irssi/config.skel
HI flag
[dotfiles.git] / irssi / .irssi / config.skel
index 43c024edceff72cccbc03e433bc8318ac4a38759..8e8588fa6566dbe97c7980bd32643b71c462649b 100644 (file)
@@ -1,4 +1,4 @@
-aliases = { wc = "window close"; };
+aliases = { wc = "window close"; qmsg = "quote privmsg $0 :$1-"; };
 settings = {
   "fe-text" = {
     actlist_sort = "refnum";
@@ -18,7 +18,42 @@ settings = {
     user_name = "stargrave";
     nick = "stargrave";
     timestamp_format = "%H:%M:%S";
+    resolve_prefer_ipv6 = "yes";
   };
 };
 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 = {
+  OFTC = { type = "IRC"; };
+  LiberaChat = { type = "IRC"; };
+};
 hilights = ( { text = "stargrave"; nick = "yes"; word = "yes"; } );
+keyboard = (
+  { key = "^Y"; id = "command"; data = "SCROLLBACK GOTO -2"; },
+  { key = "^E"; id = "command"; data = "SCROLLBACK GOTO +2"; },
+  { key = "^L"; id = "command"; data = "WINDOW LAST"; }
+);
+channels = (
+  { name = "#redo"; chatnet = "LiberaChat"; autojoin = "yes"; },
+  { name = "#yggdrasil"; chatnet = "LiberaChat"; autojoin = "yes"; },
+  { name = "#nncp"; chatnet = "OFTC"; autojoin = "yes"; },
+);