node-irc icon indicating copy to clipboard operation
node-irc copied to clipboard

Callbacks aren't fired on Client.whois

Open anna-sunberg opened this issue 8 years ago • 1 comments

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).

anna-sunberg avatar Dec 29 '15 17:12 anna-sunberg

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

moshmage avatar Jan 22 '16 01:01 moshmage