Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local banlongtime = function(msg, usr, chan)
- if not msg or msg == "" then
- print("Who we be banning? 4Head");
- return;
- elseif msg:lower() == "terrahkitsune" then
- msg = usr;
- elseif msg:lower() == "me" then
- msg = usr;
- elseif msg:lower() == "you" then
- msg = usr;
- elseif msg:lower() == "kitsunebot" then
- msg = usr;
- end
- local longtime = tostring(math.random(1000)) .. " years ";
- longtime = longtime .. tostring(math.random(11)) .. " months ";
- longtime = longtime .. tostring(math.random(30)) .. " days ";
- longtime = longtime .. tostring(math.random(23)) .. " hours ";
- longtime = longtime .. tostring(math.random(59)) .. " mins ";
- longtime = longtime .. tostring(math.random(59)) .. " seconds";
- print("@"..usr.." has banned " .. msg .. " from " .. chan .. " for " .. longtime .. " raizKappa");
- end
- return banlongtime;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement