Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/docwhat/lita-die
https://github.com/docwhat/lita-die
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/docwhat/lita-die
- Owner: docwhat
- License: mit
- Created: 2015-06-19T19:42:07.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2022-06-26T09:41:50.000Z (over 2 years ago)
- Last Synced: 2024-10-09T09:16:56.045Z (30 days 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
[![Build Status](https://travis-ci.org/docwhat/lita-die.png?branch=master)](https://travis-ci.org/docwhat/lita-die)
[![Coverage Status](https://coveralls.io/repos/docwhat/lita-die/badge.png)](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
```