https://github.com/docwhat/lita-die
https://github.com/docwhat/lita-die
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/docwhat/lita-die
- Owner: docwhat
- License: mit
- Created: 2015-06-19T19:42:07.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2022-06-26T09:41:50.000Z (about 4 years ago)
- Last Synced: 2025-03-22T04:51:15.108Z (over 1 year ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lita-die
[](https://travis-ci.org/docwhat/lita-die)
[](https://coveralls.io/r/docwhat/lita-die)
Adds a `die` command to Lita so you can force it to die or restart. Useful if
you run your lita bot under something like [runit](http://smarden.org/runit/).
## Installation
Add lita-die to your Lita instance's Gemfile:
``` ruby
gem "lita-die"
```
## Configuration
None. Only admin users can call `die`.
## Usage
Tell your bot to die:
```
lita die
```