-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: No method channel #254
Comments
If you installed the irc module via npm install irc then you got the 0.3.x branch, which does not have the channel() function anymore (replaced by join()) |
Then why is it written like this on the main README? |
mbouchenoire
added a commit
to mbouchenoire/node-irc
that referenced
this issue
Nov 4, 2014
In the issue martynsmith#254, an user is asking why the main README is showing an use case of the master branch while npm installs the 0.3.x branch. I added a small clarification on the master README explaining the situation.
This was referenced Nov 4, 2014
This can be closed, it details confusion between the new and old API. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have this code written in Coffeescript:
When I run it, I get this message:
The text was updated successfully, but these errors were encountered: