abhisekp sends brownie points to @noncentz :sparkles: :thumbsup: :sparkles:
:cookie: 452 | @noncentz | http://www.freecodecamp.com/noncentz
:cookie: 2428 | @abhisekp | http://www.freecodecamp.com/abhisekp
:warning: abhisekp already gave noncentz points
:warning: abhisekp already gave noncentz points
:warning: abhisekp already gave noncentz points
if we drop the love function in BotCommands.js. we can add this to RoomMessage.js and it should work as expected. :smile:
{ regex: /[^`@\\]l[ou]ve?\s(u|you|me)?,?\s?(cbot|@?camperbot)\b/i, func: function(input) { const fromUser = '@' + input.message.model.fromUser.username; return fromUser + ', :sparkles: :heart_eyes: :sparkles:'; }, }
probably needs the start fixed as well