TubiaBot/plugins/thegamer.rb
2016-03-08 18:10:59 +01:00

9 line
193 B
Ruby

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