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

11 lines
180 B
Ruby

class ToniNegri
include Cinch::Plugin
match "toninegri"
def execute(m)
@bot.nick = "toninegri"
m.reply "swasp: sono tuo padre"
@bot.nick = "TubiaBot"
end
end