meshy / framewirc

An IRC toolkit built upon Python 3's asyncio module
BSD 2-Clause "Simplified" License
35 stars 4 forks source link

Add join and part Client methods #29

Closed meshy closed 7 years ago

meshy commented 7 years ago

It'd be nice if we could call client.join('#channel') (and part) instead of having to build the command manually and pass it to send.