Module: Cinch::Commands

Included in:
Help
Defined in:
lib/cinch/commands/help.rb,
lib/cinch/commands/command.rb,
lib/cinch/commands/version.rb,
lib/cinch/commands/commands.rb

Defined Under Namespace

Modules: ClassMethods Classes: Command, Help

Constant Summary collapse

VERSION =

cinch-commands version

"0.1.0"

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



9
10
11
12
# File 'lib/cinch/commands/commands.rb', line 9

def self.included(base)
  base.send :include, Cinch::Plugin
  base.send :extend, ClassMethods
end