Luke James

Results 7 issues of Luke James

I would expect this to be used like ```python requests.post( "http://pomf.website/upload.php", data="http://image.url/here" ) ```

enhancement

# IRCv3 Specifications ## IRCv3.1 ### Base Extensions - [x] [Capability Negotiation](http://ircv3.net/specs/core/capability-negotiation-3.1.html) 3f3831cbd2d0bfd1850af792addee68c0fcd951d - [ ] [`multi-prefix` Extension](http://ircv3.net/specs/extensions/multi-prefix-3.1.html) - [x] [`sasl` Extension](http://ircv3.net/specs/extensions/sasl-3.1.html) ### Optional Extensions - [ ] [`account-notify` Extension](http://ircv3.net/specs/extensions/account-notify-3.1.html)...

enhancement
help wanted
meta

Example ``` >>> event.author.account "eclipse" >>> event.author.realname "why does somebody not know how to flush the toilet" >>> event.channel.topic "zIRC - IRC Protocol client library | https://github.com/itslukej/zirc | CHIPOTLE SOUTHWEST...

enhancement
help wanted
v2

We could use https://github.com/python/asyncio for this. A good use of asyncio is https://github.com/Rapptz/discord.py 's quick example

enhancement
help wanted
v2

The wiki is currently empty, It needs some documentation for users to even understand what they are doing.

help wanted

The python module `flask` does this: https://github.com/pallets/flask/blob/master/flask/ext/__init__.py https://github.com/pallets/flask/blob/master/flask/exthook.py

help wanted