Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Conversation

@0x17de
Copy link

@0x17de 0x17de commented Oct 15, 2015

No description provided.

@kimrahlly
Copy link

Why !h doesn't work?

"Chaos": "V8We7p"
}
"Chaos": "V8We7p",
"_0x17": "leAybC"
Copy link
Owner

Choose a reason for hiding this comment

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

this looks outdated

{
if(err)
throw err;
if(err) throw err;
Copy link
Owner

Choose a reason for hiding this comment

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

please dont reformat in feature PRs

var args = args.slice(1);

if(typeof this.commands[cmd] == 'function' && this.commands.hasOwnProperty(cmd))
if(this.commands[cmd] instanceof Function && this.commands.hasOwnProperty(cmd))
Copy link
Owner

Choose a reason for hiding this comment

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

instanceof throws an exception when this.commands[cmd] is undefined

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants