Class: HackBot::Plugins::Event

Inherits:
Object
  • Object
show all
Includes:
Cinch::Plugin
Defined in:
lib/hack_bot/plugins/event.rb

Instance Method Summary collapse

Instance Method Details

#next_meeting(m) ⇒ Object



9
10
11
# File 'lib/hack_bot/plugins/event.rb', line 9

def next_meeting(m)
  m.reply "The next meeting will be starting #{TIME} on #{DATE} at #{LOCATION}."
end