Module: Fargo::Supports::Chat

Extended by:
ActiveSupport::Concern
Included in:
Client
Defined in:
lib/fargo/supports/chat.rb

Instance Method Summary collapse

Instance Method Details

#messagesObject



10
11
12
# File 'lib/fargo/supports/chat.rb', line 10

def messages
  @public_chats
end

#messages_with(nick) ⇒ Object



14
15
16
# File 'lib/fargo/supports/chat.rb', line 14

def messages_with nick
  @chats[nick]
end