Module: Fargo::Supports::Chat
Instance Method Summary collapse
Instance Method Details
#messages ⇒ Object
11 12 13 |
# File 'lib/fargo/supports/chat.rb', line 11 def @public_chats end |
#messages_with(nick) ⇒ Object
15 16 17 |
# File 'lib/fargo/supports/chat.rb', line 15 def nick @chats[nick] end |
#send_chat(text) ⇒ Object
19 20 21 |
# File 'lib/fargo/supports/chat.rb', line 19 def send_chat text hub.send_data "<#{config.nick}> #{text}|" end |