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

Rewrite ctcp handling #1928

Merged
merged 1 commit into from
Feb 20, 2018
Merged

Rewrite ctcp handling #1928

merged 1 commit into from
Feb 20, 2018

Conversation

xPaw
Copy link
Member

@xPaw xPaw commented Dec 31, 2017

Also fixes PING not replying with all arguments.

@xPaw xPaw added this to the 3.0.0 milestone Dec 31, 2017
const pkg = require("../../../package.json");

const ctcpResponses = {
CLIENTINFO: () => Object // TOOD: This is currently handled by irc-framework
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TOOD?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think @dgw was pointing out it should be TODO

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

Copy link
Member

@astorije astorije left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: Fix TOOD :D

@astorije
Copy link
Member

Rebased on master to fix tests.

@astorije astorije added Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors. and removed Meta: Do Not Merge This PR should not be merged. labels Feb 19, 2018
@astorije astorije merged commit 7975f4d into master Feb 20, 2018
@astorije astorije deleted the xpaw/ctcp-resp branch February 20, 2018 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants