Sha256: 0e4539579f2853e96811f3da1d0f6795fee187c49b304d056ffd705882dfb521

Contents?: true

Size: 364 Bytes

Versions: 3

Compression:

Stored size: 364 Bytes

Contents

require 'protonbot/chanop'

ProtonBot::Plugin.new do
  @name        = 'Chanop'
  @version     = ProtonBot::Chanop::VERSION
  @description = 'Chanop plugin for ProtonBot'

  core.permhash['admin'] << 'chanop'
  core.permhash['chanop'] = %w(
    kick
    remove
    ban
    excempt
    quiet
    umode
    cmode
    op
    voice
    invite
  )

  run 'commands'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
protonbot-chanop-0.1.4 lib/protonbot/chanop/plugin.rb
protonbot-chanop-0.1.3 lib/protonbot/chanop/plugin.rb
protonbot-chanop-0.1.2 lib/protonbot/chanop/plugin.rb