]> git.zarvox.org Git - imoo.git/commit
First pass at a tornado-powered async IRC client
authorDrew Fisher <drew@aerofs.com>
Mon, 17 Mar 2014 01:31:16 +0000 (21:31 -0400)
committerDrew Fisher <drew@aerofs.com>
Mon, 17 Mar 2014 02:41:04 +0000 (22:41 -0400)
commit1df32825670a63a3e6ae4ed2c625420526cc87bc
treeb889836a88de80029118881eec30ead06610ac8a
parent2827bdea2e4a855610bba1dd76ef5546c23a412a
First pass at a tornado-powered async IRC client

All it does is connect and answer pings, but it can handle the basics of
the protocol.

It can be subclassed to build something which is interested in hooking
into all the messages received.
imoo/ircclient.py [new file with mode: 0644]