martynsmith / node-irc

NodeJS IRC client library
GNU General Public License v3.0
1.33k stars 424 forks source link

Callbacks aren't fired on Client.whois #437

Open anna-sunberg opened 8 years ago

anna-sunberg commented 8 years ago

When I do Client.whois(nick, callback) the callback isn't executed. I do get reply via 'raw' event and 'whois' event (which is just { nick: nick }, useless).

moshmage commented 8 years ago

more data is needed, this should've been fixed in https://github.com/martynsmith/node-irc/pull/338