langel / botb_irc_bot

battle of the bits instant relay chat magic
BSD 3-Clause "New" or "Revised" License
11 stars 7 forks source link

URI-encode query strings from user #110

Closed jangler closed 3 months ago

jangler commented 3 months ago

I think the right place to do this is when we're constructing the request_url parameter, not inside the request function. Some special characters like / seem not to be handled right by the back-end even if encoded, but others like + will be working correctly now.

langel commented 3 months ago

closes #109