Archived
1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
lita-tox/example/lita_config.rb

11 lines
248 B
Ruby
Raw Permalink Normal View History

2017-07-20 16:17:06 -04:00
# frozen_string_literal: true
Lita.configure do |config|
config.robot.name = 'Lita'
config.robot.adapter = :tox
config.adapters.tox.savedata_filename = 'savedata'
config.adapters.tox.status = "Send me \"#{config.robot.name}: help\""
end