LooooL Lua Script
Posted: Thu Mar 19, 2009 16:25
Code: Select all
-- verlihub lol bot by HittuDiv
function VH_OnParsedMsgChat(nick, data)
if (data == "lol") then
local i = math.random(1,50)
VH:SendDataToAll ("<"..nick.."> L"..(string.rep("o", i)).."L|",1,10)
return 0
end
return 1
end