TubiaBot/plugins/salvino.rb

10 lines
132 B
Ruby
Raw Normal View History

2016-03-08 18:10:59 +01:00
class Salvino
include Cinch::Plugin
match /salvino/
def execute(m)
m.reply "FORZA SALVINO"+("O"*rand(3...10))
end
end