callumacrae / Hex

An IRC bot for the x10hosting IRC, written in Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Commands should not be case sensitive

callumacrae opened this issue · comments

I'll work on it

Nevermind, I don't understand the code yet

Line 460 of handler.js, the others are already case insensitive. Just replace cmd with cmd.toLowerCase().

see pull request number 33

All we need now is for the various admin commands to lowercase commands as it adds them.

@Xavier-L: Feel like making it lowercase commands when they're added?

Sure thing
On Mar 8, 2012 8:37 AM, "Callum Macrae" <
reply@reply.github.com>
wrote:

@Xavier-L: Feel like making it lowercase commands when they're added?


Reply to this email directly or view it on GitHub:
#20 (comment)