Class: MoonBot::Plugin::Verbose

Inherits:
Object
  • Object
show all
Defined in:
lib/MoonBot/plugins/verbose.rb

Instance Method Summary collapse

Constructor Details

#initialize(bot) ⇒ Verbose

Returns a new instance of Verbose.



3
4
# File 'lib/MoonBot/plugins/verbose.rb', line 3

def initialize bot
end

Instance Method Details

#any(message) ⇒ Object



6
7
8
# File 'lib/MoonBot/plugins/verbose.rb', line 6

def any message
  puts message
end