Project

lita-ops

0.0
No commit activity in last 3 years
No release in over 3 years
Give people op on IRC channels automatically
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 3.0.0

Runtime

>= 4.4
~> 2.1.0
 Project Readme

lita-ops

Ops people in your IRC channels.

Installation

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

gem "lita-ops"

Configuration

Required attributes

  • should_be_oped (Hash) - A hash of channels with an array of user masks as the value. E.g:
  config.handlers.ops.should_be_oped = {
    "#marvintesting" => %w(
      simmel!simmel@auxww.ps
    )
  }

Usage

Add the config and op your bot and it will op the people you want.