Skip to content
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

Add sendPrivate method #118

Merged
merged 1 commit into from Apr 7, 2014
Merged

Add sendPrivate method #118

merged 1 commit into from Apr 7, 2014

Conversation

jgable
Copy link
Collaborator

@jgable jgable commented Apr 7, 2014

Closes #75

  • Add new IrcResponse class derived from Response
  • Add sendPrivate to IrcResponse
  • Add sendPrivate to IrcAdapter

Tested by altering the help.coffee script to have the following code:

    if msg.sendPrivate
      msg.sendPrivate emit
    else
      msg.send emit

/cc @rjhornsby

- Add new IrcResponse class derived from Response
- Add sendPrivate to IrcResponse
- Add sendPrivate to IrcAdapter
jgable added a commit that referenced this pull request Apr 7, 2014
@jgable jgable merged commit 2ab07cc into master Apr 7, 2014
@jgable jgable deleted the sendPrivate branch April 7, 2014 20:44
@jgable
Copy link
Collaborator Author

jgable commented Apr 7, 2014

Published as 0.2.2 on npm.

@rjhornsby
Copy link

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sending a private message
2 participants