You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under hubot/src/adapters/shell.coffee line 45, the user id is parsed as integer. For generality, can we remove the parseInt and allow for string type id? Many adapters and chat clients use non-integers too.
The text was updated successfully, but these errors were encountered:
Under
hubot/src/adapters/shell.coffee
line 45, the user id is parsed as integer. For generality, can we remove theparseInt
and allow forstring
type id? Many adapters and chat clients use non-integers too.The text was updated successfully, but these errors were encountered: