RocketChat / hubot-rocketchat

Rocket.Chat Hubot adapter
MIT License
578 stars 228 forks source link

Expose driver as adapter property #275

Closed timkinnane closed 6 years ago

timkinnane commented 6 years ago

https://github.com/RocketChat/hubot-rocketchat/blob/4b7041feef21b331b1152e28e9ac533641e26ca2/index.js#L47

Need to add this.driver = driver so advanced scripts can use all the SDK driver methods, instead of just those with simple adapter helpers.