Skip to content

Commit 3336b75

Browse files
authored
fix: weechat ntfy notfications: fix error in command (#221)
1 parent 642677a commit 3336b75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/blog/2023-03-28-weechat-notification-ntfy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Here you can see the two `/trigger` commands:
2424
_trigger on mention_
2525

2626
```
27-
/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'
27+
/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'
2828
```
2929

3030
_trigger on private message_

0 commit comments

Comments
 (0)