From: Sergey Matveev Date: Sat, 18 Sep 2021 08:24:41 +0000 (+0300) Subject: Cleanup IRC channels X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=40ea1b600ca4834ddcfc9b945dfb31af7e04a5d6 Cleanup IRC channels --- diff --git a/irssi/.irssi/config.skel b/irssi/.irssi/config.skel index d0dce2a..73e1737 100644 --- a/irssi/.irssi/config.skel +++ b/irssi/.irssi/config.skel @@ -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" ); } );