From 2fea9d97e7f7647de7078fea3985351bd8175cd2 Mon Sep 17 00:00:00 2001 From: discapes <48839377+discapes@users.noreply.github.com> Date: Mon, 26 Jan 2026 10:15:51 +0200 Subject: [PATCH] weechat ntfy notfications: fix error in command --- content/blog/2023-03-28-weechat-notification-ntfy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2023-03-28-weechat-notification-ntfy.md b/content/blog/2023-03-28-weechat-notification-ntfy.md index 38fcc439..cdec130e 100644 --- a/content/blog/2023-03-28-weechat-notification-ntfy.md +++ b/content/blog/2023-03-28-weechat-notification-ntfy.md @@ -24,7 +24,7 @@ Here you can see the two `/trigger` commands: _trigger on mention_ ``` -/trigger addreplace notify_highlight print '' '${tg_highlight}' '/.*/${weechat.look.nick_prefix}${tg_prefix_nocolor}${weechat.look.nick_suffix} ${tg_message_nocolor}/' '/exec -norc -nosw -bg wget -O- --post-data "${tg_message}" "- -header=Title: New highlight: ${buffer.full_name}" https://ntfy.sh/my_ntfy_topic_1234' +/trigger addreplace notify_highlight print '' '${tg_highlight}' '/.*/${weechat.look.nick_prefix}${tg_prefix_nocolor}${weechat.look.nick_suffix} ${tg_message_nocolor}/' '/exec -norc -nosw -bg wget -O- --post-data "${tg_message}" "--header=Title: New highlight: ${buffer.full_name}" https://ntfy.sh/my_ntfy_topic_1234' ``` _trigger on private message_