My question is: is it possible to make a running lita process reload the code, e.g. how it's possible with sinatra in dev. I find myself exiting and re-running lita (shell adapter for dev) many many times a day..
Mailo Světel
@roolo
Try rerun gem, but there are more clean ways for sure
Art
@denegny
hi
Mailo Světel
@roolo
Hi, how could I convince Lita to respond only to messages which are written directly to her in groupchat?
Chris Evett
@chrisevett
like 'lita <command>' or a private message
in your handler if you set command to true it will only respond to 'lita <command>'
Mailo Světel
@roolo
chrisevett: Thank you, command: true was the trick ;)