Method: Dickburt::Bot#hi

Defined in:
lib/dickburt/bot.rb

#hiObject



72
73
74
75
76
# File 'lib/dickburt/bot.rb', line 72

def hi
  whatup if rand(5) == 4
  fuckyeah if rand(10) == 4
  Dickburt::Response.new("Hi #{user.name}", 'Text')
end