Module: Zabbirc::Irc::Help::ClassMethods

Defined in:
lib/zabbirc/irc/help.rb

Instance Method Summary collapse

Instance Method Details

#help_featuresObject



34
35
36
# File 'lib/zabbirc/irc/help.rb', line 34

def help_features
  FEATURES
end

#register_help(command, description) ⇒ Object



30
31
32
# File 'lib/zabbirc/irc/help.rb', line 30

def register_help command, description
  FEATURES[command] = description
end