PapaCharlie9 / insane-limits

PRoCon plugin Insane Limits by micovery
10 stars 9 forks source link

Update Twitter urls to https #48

Closed PapaCharlie9 closed 10 years ago

PapaCharlie9 commented 10 years ago

Find all the http Twitter urls and change them to https. Otherwise users get a 403 error.

ColColonCleaner commented 10 years ago

Before i post an actual request ticket. Allow requests by other plugins to post tweets?

PapaCharlie9 commented 10 years ago

I think as of 9.15 that is already possible. It's a bit convoluted, since the other plugin would have to poke a String value into plugin.Data with the new UpdatePluginData hook. Then an OnIntervalServer limit would have to notice that the value isn't null anymore and call Tweet, then set it back to null. Clunky, but it will work.