node-hipchat
node-hipchat copied to clipboard
Allow for particular mention_name in createUser
Hi,
In createUser, I need to be able to specify a name, rather than the default that you provide. So my suggested change is:
mention_name: params.mention_name ? params.mention_name : params.name.replace(/\s+/g, ''),
Sorry, I don't use CoffeScript, so I'm not able to do a pull request. Thanks, Mike