Sha256: f5f4b4a592400bb3d2dcdcbda6de85d83ee719933dd86d2945121455d23757bc

Contents?: true

Size: 989 Bytes

Versions: 1

Compression:

Stored size: 989 Bytes

Contents

# lita-default-handlers

[![Gem Version](https://badge.fury.io/rb/lita-default-handlers.png)](http://badge.fury.io/rb/lita-default-handlers)

Provides the default set of handlers that ship with Lita itself. The handlers are:

* Authorization, for managing authorization groups
* Help, for listing help strings for other handler routes
* Info, for basic information about the running robot
* Room, for making the robot join and part from rooms
* Users, for finding a user's Lita user ID

## Installation

In Lita 5, this gem is a hard dependency of the lita gem itself, so it's not necessary to do anything to install it.

In Lita 6:

This gem must be included in the Lita project's Gemfile in order to be included, like any other plugin.
New Lita projects created by `lita new` using Lita 5 or later will include the entry for it in the Gemfile automatically.
To remove the default handlers, simply remove that line from the Gemfile.

## License

[MIT](http://opensource.org/licenses/MIT)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lita-default-handlers-0.1.0 README.md