Skip to content

Commit

Permalink
Update skype.coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
egorovpavel authored May 10, 2017
1 parent b3e6900 commit dc46900
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 dc46900

Please sign in to comment.