smoak / hubot-jabbr

Jabbr adapter for Hubot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working anymore with hubot 2.3.0

laurentkempe opened this issue · comments

Stated in the Changelog of Hubot for v2.3.0

Extracted remaining classes into their own files - tombell
Note this is a breaking change for adapters. Adapters are going to want to use the following code snippet for requiring classes from hubot.

{Adapter,Robot} = require 'hubot'

Just updated the adapter to work with 2.3.0

Great thanks Scott!