View difference between Paste ID: nwe0MzQn and Bt3GNKLU
SHOW: | | - or go back to the newest paste.
1
local Sekkna1 = {};
2-
 
2+
3
table.insert(Sekkna1,"raizQT");
4
table.insert(Sekkna1,"Kluffu");
5
table.insert(Sekkna1,"amoHo");
6
table.insert(Sekkna1,"TerrahKitsune");
7
table.insert(Sekkna1,"Viskius");
8
table.insert(Sekkna1,"rockgodjr");
9
table.insert(Sekkna1,"Kaenbyou_");
10
table.insert(Sekkna1,"Vincanthofred");
11
table.insert(Sekkna1,"DocRay");
12
table.insert(Sekkna1,"nbklsd");
13
table.insert(Sekkna1,"Willy");
14
table.insert(Sekkna1,"Ghazzy");
15
table.insert(Sekkna1,"Uber");
16
table.insert(Sekkna1,"KLETHAL");
17
table.insert(Sekkna1,"Gurb79");
18
table.insert(Sekkna1,"Esajoram");
19
table.insert(Sekkna1,"alfiMS");
20
table.insert(Sekkna1,"ZenocideGenius");
21
table.insert(Sekkna1,"Ghudda");
22
table.insert(Sekkna1,"Timo");
23
table.insert(Sekkna1,"Guccipradas");
24
table.insert(Sekkna1,"Yovu");
25
table.insert(Sekkna1,"Sekkna's evil twin");
26
table.insert(Sekkna1,"DooD22");
27
table.insert(Sekkna1,"blackmoon3");
28
table.insert(Sekkna1,"namtro");
29
table.insert(Sekkna1,"ZiggyD");
30
table.insert(Sekkna1,"Pohx");
31
table.insert(Sekkna1,"LiftingNerdBro");
32
table.insert(Sekkna1,"Sir_Liftalot");
33
table.insert(Sekkna1,"Vrockk");
34
table.insert(Sekkna1,"grisig");
35
table.insert(Sekkna1,"Staceily");
36
table.insert(Sekkna1,"RichJMoney");
37
table.insert(Sekkna1,"AngryAA");
38
table.insert(Sekkna1,"Chris_GGG");
39
table.insert(Sekkna1,"Bex_GGG");
40
table.insert(Sekkna1,"Rory_GGG");
41
table.insert(Sekkna1,"Qarl_GGG");
42
table.insert(Sekkna1,"Henry_GGG");
43
table.insert(Sekkna1,"Certain Streamer raizKappa");
44
table.insert(Sekkna1,"Odir16");
45
table.insert(Sekkna1,"raizQT's GF");
46-
 
46+
47
local function Sekkna(msg,usr,chan)
48-
       
48+
	
49-
        local found = false;
49+
	local found = false;
50-
 
50+
51-
        for n=1, #Sekkna1 do
51+
	for n=1, #Sekkna1 do
52-
                if Sekkna1[n] == usr then
52+
		if Sekkna1[n] == usr then
53-
                        found = true;
53+
			found = true;
54-
                        break;
54+
			break;
55-
                end
55+
		end
56-
        end    
56+
	end 	
57-
       
57+
	
58-
        if not found then
58+
	if not found then
59-
                table.insert(Sekkna1,usr);
59+
		table.insert(Sekkna1,usr);
60-
        end
60+
	end
61-
 
61+
62-
        if math.random(2) == 2 then
62+
	if math.random(2) == 2 then
63-
                local list = GetUsers();
63+
		local list = GetUsers();
64-
                print("/me " .. list[math.random(#list)] .. " has been zenoSlap'd by Sekkna! raizKeepo MEOW!");
64+
		print("/me " .. list[math.random(#list)] .. " has been spanked by Sekkna! raizKeepo MEOW!");
65-
        else   
65+
	else	
66-
                print("/me " .. Sekkna1[math.random(#Sekkna1)] .. " has been zenoSlap'd by Sekkna! raizKeepo MEOW!");
66+
		print("/me " .. Sekkna1[math.random(#Sekkna1)] .. " has been spanked by Sekkna! raizKeepo MEOW!");
67-
        end
67+
	end
68
end
69-
 
69+
70
return Sekkna;