lita-resistance

Build Status Coverage Status

Plays a game of resistance by assigning roles to users you mention in chat.

Installation

Add lita-resistance to your Lita instance's Gemfile:

gem "lita-resistance"

Usage

lita resistance [users] - Assigns the roles of spy/resistance to users you mention.

Examples

lita resistance @player1 @player2 @player3 @player4 @player5

You don't need to include the @ symbol:

lita resistance player1 player2 player3 player4 player5

You can also do a combination of both:

lita resistance @player1 @player2 player3 player4 player5

forthebadge