From 0689849cf29c2a2d73798de00a498f6fd64e8421 Mon Sep 17 00:00:00 2001 From: kat witch Date: Mon, 6 Sep 2021 16:18:07 +0100 Subject: [PATCH] users/kat/weechat: Add parse_relayed_msg.pl --- config/users/kat/base/weechat.nix | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/config/users/kat/base/weechat.nix b/config/users/kat/base/weechat.nix index a5317830..e5547ac8 100644 --- a/config/users/kat/base/weechat.nix +++ b/config/users/kat/base/weechat.nix @@ -37,6 +37,7 @@ with lib; go auto_away autosort + parse_relayed_msg colorize_nicks unread_buffer urlgrab @@ -115,8 +116,6 @@ with lib; current_buffer_suffix = " ["; title_suffix = " ]"; }; - - vimode = { copy_clipboard_cmd = "wl-copy"; paste_clipboard_cmd = "wl-paste --no-newline"; @@ -155,11 +154,17 @@ with lib; notify_send.icon = ""; go.short_name = true; }; - perl.highmon = { - short_names = "on"; - output = "buffer"; - merge_private = "on"; - alignment = "nchannel,nick"; + perl = { + highmon = { + short_names = "on"; + output = "buffer"; + merge_private = "on"; + alignment = "nchannel,nick"; + }; + parse_relayed_msg = { + servername = "espernet"; + supported_bot_names = "cord"; + }; }; }; irc = {