Module: Nico
- Defined in:
- lib/nico.rb,
lib/nico/room.rb,
lib/nico/aliases.rb,
lib/nico/message.rb,
lib/nico/version.rb,
lib/nico/room/listener.rb,
lib/nico/room/responder.rb,
lib/nico/matchers/daft_punk_matcher.rb
Overview
Provides a method to listen and respond to messages in a Campfire room.
Defined Under Namespace
Modules: Matchers Classes: Listener, Message, Responder, Room
Constant Summary collapse
- ALIASES =
['Nico', 'Foghorn', 'Computer', 'Hey']
- VERSION =
'0.0.2'
Class Method Summary collapse
-
.run(options = {}) ⇒ Object
Listen and respond to messages in a Campfire room.