<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[03:26:02] ⇦
Quits: ThePiGuy24 (~ThePiGuy2@host-92-17-121-206.as13285.net)
(Remote host closed the connection)
L2[10:51:30] ⇨
Joins: ThePiGuy24
(~ThePiGuy2@host-92-17-121-206.as13285.net)
L3[12:03:09] ⇨
Joins: TPG24
(~ThePiGuy2@host-92-17-121-206.as13285.net)
L4[12:05:02] ⇦
Quits: ThePiGuy24 (~ThePiGuy2@host-92-17-121-206.as13285.net) (Ping
timeout: 189 seconds)
L5[12:27:04] ⇨
Joins: ThePiGuy24
(~ThePiGuy2@host-92-17-121-206.as13285.net)
L6[12:27:57] ⇦
Quits: TPG24 (~ThePiGuy2@host-92-17-121-206.as13285.net) (Ping
timeout: 204 seconds)
L7[17:28:59] ⇦
Quits: ThePiGuy24 (~ThePiGuy2@host-92-17-121-206.as13285.net) (Ping
timeout: 189 seconds)
L8[17:29:00] ⇨
Joins: TPG24
(~ThePiGuy2@host-92-17-121-206.as13285.net)
L9[17:51:46] ⇨
Joins: ThePiGuy24
(~ThePiGuy2@host-92-17-121-206.as13285.net)
L10[17:52:09] ⇦
Quits: TPG24 (~ThePiGuy2@host-92-17-121-206.as13285.net) (Ping
timeout: 192 seconds)
L11[18:16:16]
<nil> local
cs={}do for c=48,57do cs[#cs]=string.char(c)end for c=65,90do
cs[#cs]=string.char(c)end for c=97,122do cs[#cs]=string.char(c)end
end local s=''for i=1,10do s=s..cs[math.random(1,#cs)]end
print(s)
L12[18:16:26]
<nil> %lua
local cs={}do for c=48,57do cs[#cs]=string.char(c)end for c=65,90do
cs[#cs]=string.char(c)end for c=97,122do cs[#cs]=string.char(c)end
end local s=''for i=1,10do s=s..cs[math.random(1,#cs)]end
print(s)
L13[18:16:28] <MichiBot> main:1: malformed
number near '57d'
L14[18:16:44]
<nil> %lua
local cs={}do for c=48,57 do cs[#cs]=string.char(c)end for c=65,90
do cs[#cs]=string.char(c)end for c=97,122 do
cs[#cs]=string.char(c)end end local s=''for i=1,10 do
s=s..cs[math.random(1,#cs)]end print(s)
L15[18:16:44] <MichiBot> main:1: bad
argument #2 to 'random' (interval is empty)