Skip to content

Commit

Permalink
Merge pull request ClaudeBot#2 from egorovpavel/egorovpavel-patch-2
Browse files Browse the repository at this point in the history
Update skype.coffee
  • Loading branch information
egorovpavel authored May 10, 2017
2 parents b3e6900 + dc46900 commit fd28e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/skype.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Skype extends Adapter

# Pass the msg to Hubot, appending the bot name at the beggining
_processMsg: (msg) ->
user = @_createUser msg.user.id, msg.address
user = @_createUser msg.user.name, msg.address
# Remove <at id="28:...">name</at>. This is received by the bot when called from a group
# Append robot name at the beggining
text = @robot.name + " " + msg.text.replace /.*<\/at>\s+(.*)$/, "$1"
Expand Down

0 comments on commit fd28e6c

Please sign in to comment.