Skip to content

A lita plugin which creates a dynamically triage channel and invites users to it.

Notifications You must be signed in to change notification settings

Igneous/lita-triage-slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lita-triage-slack

Installation

Add lita-triage-slack to your Lita instance's Gemfile:

gem "lita-triage-slack"

Configuration

Generate a slack API oAuth token for a user (since your slack token is for a bot, which can't create/archive/etc channels). Set the config key for it in your lita_config.rb, along with the usernames you'd like to invite to the triage channel when it's created.

config.handlers.triage_slack.token = 'whatever'
config.handlers.triage_slack.users = [ 'Igneous', 'Freud' ]

Usage

@bot: redalert on Shit's goin down
bot: #triage is now active, all hands to battle stations, standby phasers
@bot: redalert off
bot: #triage is archived, standing down red alert, return to normal duty

License

MIT

About

A lita plugin which creates a dynamically triage channel and invites users to it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages