diff --git a/src/skype.coffee b/src/skype.coffee index ddd2789..bd65716 100644 --- a/src/skype.coffee +++ b/src/skype.coffee @@ -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 name. 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"