You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user pates a link to mclo.gs, it would be nice if the bot in turn pasted a link to the raw version of that log, as the site tends to be quite heavy for what it's ultimately trying to do: displaying logs.
It would search for something like https:\/\/mclo\.gs\/([A-Z,a-z,0-9]{7})
And then return: https://api.mclo.gs/1/raw/$1
The text was updated successfully, but these errors were encountered:
When a user pates a link to mclo.gs, it would be nice if the bot in turn pasted a link to the raw version of that log, as the site tends to be quite heavy for what it's ultimately trying to do: displaying logs.
It would search for something like
https:\/\/mclo\.gs\/([A-Z,a-z,0-9]{7})
And then return:
https://api.mclo.gs/1/raw/$1
The text was updated successfully, but these errors were encountered: