toxon
/
lita-tox
Archived
1
0
Fork 0

Update README.md

This commit is contained in:
Braiden Vasco 2015-10-23 14:15:37 +00:00
parent 5bd19736ee
commit 2ef744ce3b
1 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ Lita.configure do |config|
config.robot.adapter = :tox
config.savedata_filename = 'savedata'
config.status = "Send me \"#{config.robot.name}: help\""
config.adapters.tox.savedata_filename = 'savedata'
config.adapters.tox.status = "Send me \"#{config.robot.name}: help\""
end
```