osslate / irc-message

Performant, streaming IRC message parser
BSD 2-Clause "Simplified" License
91 stars 13 forks source link

Change 'command' to 'name' or 'type' #4

Closed Havvy closed 10 years ago

Havvy commented 10 years ago

Probably going to be closed, but command is a weird name for the fact that it's a declaration of what type of message it is, and not a declaration to do something.

osslate commented 10 years ago

As per RFC1459, the name for that part of the message is a command. I'm not planning on changing the names of irc-message's properties set after the message has been parsed,