Class: Beastbot::Talk
- Inherits:
-
Object
- Object
- Beastbot::Talk
- Defined in:
- lib/beastbot.rb
Class Method Summary collapse
Class Method Details
.send_to_channel(text) ⇒ Object
17 18 19 |
# File 'lib/beastbot.rb', line 17 def self.send_to_channel(text) puts "channel:" + text + "\n" end |
.send_to_user(text) ⇒ Object
21 22 23 |
# File 'lib/beastbot.rb', line 21 def self.send_to_user(text) puts "user:" + text + "\n" end |