Archived
1
0
Fork 0

Call "super" from Lita::Adapters::Tox#initialize

This commit is contained in:
Braiden Vasco 2015-09-13 23:10:25 +00:00
parent 213be0e10f
commit ddd903a96f

View file

@ -13,6 +13,8 @@ module Lita
#
class Tox < Adapter
def initialize(robot)
super
@tox = ::Tox.new
log.info("ID: #{@tox.id}")