Tennu / tennu

IRC Bot Framework for Node.js
https://tennu.github.io/
ISC License
79 stars 14 forks source link

Action Plugin actions should return promises. #14

Open Havvy opened 10 years ago

Havvy commented 10 years ago

Callbacks for when the result of the action is known.

No promise for .raw() and .rawf() though.

This is the major feature of 0.8.0.

Havvy commented 9 years ago

right..major feature...ha ha. I got join as returning a promise, and I'll get more over time.

Havvy commented 9 years ago

Whois(nickname) returns a promise. Does not return a promise for whoising multiple nicknames though.