I am trying to use mrt:meteor-node-irc. AFAIK its meteorized npm package of IRC.
I have tried initializing using:
client = new IRC().Client(serverURL, nickname, params);
client.connect();
I get a ReferenceError saying IRC not defined.
I have tried using
var IRC = Meteor.npmRequire('IRC');
to no avail.
The package can be added with
meteor add mrt:meteor-node-irc
Been struggling with this for last couple of days but unable to figure out.
Any help would be appreciated.
Consider using: meteor add pent:irc
Usage :