]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Cleanup IRC channels
authorSergey Matveev <stargrave@stargrave.org>
Sat, 18 Sep 2021 08:24:41 +0000 (11:24 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 18 Sep 2021 08:24:41 +0000 (11:24 +0300)
irssi/.irssi/config.skel

index d0dce2a6059b21d62fc127ccc362946c02fc1ffa..73e1737069fd5d5c7302314b011ed55daf304884 100644 (file)
@@ -58,10 +58,8 @@ keyboard = (
   { key = "^L"; id = "command"; data = "WINDOW LAST"; }
 );
 channels = (
-  { name = "#freebsd"; chatnet = "LiberaChat"; autojoin = "yes"; },
   { name = "#gopherproject"; chatnet = "LiberaChat"; autojoin = "yes"; },
   { name = "#nethack"; chatnet = "LiberaChat"; autojoin = "yes"; },
-  { name = "#netsurf"; chatnet = "LiberaChat"; autojoin = "yes"; },
   { name = "#redo"; chatnet = "LiberaChat"; autojoin = "yes"; }
 );
-ignores = ( { level = "NO_ACT ALL"; channels = ( "#freebsd" ); } );
+ignores = ( { level = "NO_ACT ALL"; channels = ( "#nethack" ); } );