jhthorsen / mojo-irc

IRC Client for the Mojo IOLoop
14 stars 12 forks source link

Add async methods for running actions on irc server #23

Closed jhthorsen closed 9 years ago

jhthorsen commented 9 years ago

This pull request has methods which will able this module to get feedback on the actions done on a IRC server, instead of just writing data to the server and manually checking status in event handlers.

Add these methods:

jhthorsen commented 9 years ago

Merging this after feedback from @marcusramberg.