Module: Cinch::Commands

Included in:
Help, KAG::Bans::Plugin, KAG::Bot::Plugin, KAG::Gather::Plugin, KAG::Help::Plugin, KAG::IRC::Plugin, KAG::Stats::Plugin, KAG::User::Plugin
Defined in:
lib/commands/help.rb,
lib/commands/command.rb,
lib/commands/commands.rb

Defined Under Namespace

Modules: ClassMethods Classes: Command, Help

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



7
8
9
# File 'lib/commands/commands.rb', line 7

def self.included(base)
  base.extend ClassMethods
end