9 baris
132 B
Ruby
9 baris
132 B
Ruby
class Salvino
|
|
include Cinch::Plugin
|
|
|
|
match /salvino/
|
|
|
|
def execute(m)
|
|
m.reply "FORZA SALVINO"+("O"*rand(3...10))
|
|
end
|
|
end
|