TubiaBot/plugins/thegamer.rb

10 lines
193 B
Ruby
Raw Normal View History

2016-03-08 18:10:59 +01:00
class Thegamer
include Cinch::Plugin
match /thegamer/
def execute(m)
m.reply ["ahahahahahaha", "sistemistahahahahah", "Al centro della mia vita metto la coerenza"].sample
end
end