module Lita module Handlers class Wit < Handler # insert handler code here Lita.register_handler(self) end end end