1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(weechat): bye bye useless channels

This commit is contained in:
2022-07-05 19:12:01 +02:00
parent ddd4bd5720
commit 85f5c71313

View File

@@ -67,7 +67,7 @@ in {
autoconnect = true; autoconnect = true;
addresses = "irc.libera.chat/6697"; addresses = "irc.libera.chat/6697";
ssl = true; ssl = true;
autojoin = ["#flipdot" "#haskell" "#nixos" "#fysi" "#binaergewitter" "#neovim" "#lojban" "#vim" "#newsboat"]; autojoin = ["#flipdot" "#haskell" "#nixos" "#fysi" "#binaergewitter" "#vim" "#newsboat"];
sasl_mechanism = "plain"; sasl_mechanism = "plain";
sasl_username = nick; sasl_username = nick;
sasl_password = lib.strings.fileContents <system-secrets/irc/libera>; sasl_password = lib.strings.fileContents <system-secrets/irc/libera>;
@@ -86,7 +86,7 @@ in {
retiolum = { retiolum = {
autoconnect = true; autoconnect = true;
addresses = "irc.r"; addresses = "irc.r";
autojoin = ["#xxx" "#brockman" "#flix" "#mukke"]; autojoin = ["#xxx" "#brockman" "#flix"];
command = lib.concatStringsSep "\\;" [ command = lib.concatStringsSep "\\;" [
"/oper admin aidsballs" "/oper admin aidsballs"
"/msg nickserv always-on true" "/msg nickserv always-on true"