Search found 2 matches

by Screwbucket
Sun Dec 11, 2022 6:41 pm
Forum: Help Forum
Topic: Trigger randomly stopped executing HTTP calls
Replies: 0
Views: 18342

Trigger randomly stopped executing HTTP calls

One of my triggers has suddenly seemingly topped functioning. The trigger executes just fine and debugging has shown that the perl matching is correct. However, once the HTTP is fired, nothing seems to happen. None of the debugc calls I make within the sysGetHttpDone handler are firing and no file i...
by Screwbucket
Tue Dec 06, 2022 6:24 pm
Forum: Help Forum
Topic: Multiple Links from the same trigger
Replies: 0
Views: 18215

Multiple Links from the same trigger

Hey there! I'm trying to modify a trigger that someone else wrote. The current behavior is that when a URL appears, it fetches the image from the URL and links to it. The issue is that if someone posts two images from that website, only the first URL is given a link. How can I make it so that it app...