Skip to content

Commit

Permalink
Tweak title format
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosuav committed Dec 25, 2024
1 parent 213ad7b commit cea2e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/makeship.pike
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ __async__ void pingmakeship() {
"builtin": "chan_streamsetup",
"builtin_param": ({
"title",
Regexp.replace("([0-9]+) Pledged", prev->data[0]->title, n + " / 200"),
Regexp.replace("([0-9]+) for CandiCat Cozy", prev->data[0]->title, n + " / 200"),
}),
"message": "",
]),
Expand Down

0 comments on commit cea2e66

Please sign in to comment.