<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[04:35:01] ⇦
Quits: ThePiGuy24 (~ThePiGuy2@31.111.20.240) (Remote host closed
the connection)
L2[06:38:57]
<nil>
%tonkleaders
L4[15:05:24]
<nil> %lua
print(message(
L5[15:05:24] <MichiBot> main:1: unexpected
symbol near <eof>
L6[15:05:32]
<nil> %lua
print(message) [Edited]
L7[15:05:32] <MichiBot> nil | main:1:
attempt to index a nil value
L8[15:05:58]
<nil> %lua
print(message)
L9[15:05:58] <MichiBot> nil
L10[15:06:28]
<nil> %lua
for k,v in pairs(_G)do print(k,v)end
L11[15:06:28] <MichiBot> main:1: bad
argument #1 to 'pairs' (table expected, got nil)
L12[15:44:30] ⇨
Joins: ThePiGuy24 (~ThePiGuy2@31.111.20.240)
L13[20:10:47] ⇦
Quits: ThePiGuy24 (~ThePiGuy2@31.111.20.240) (Ping timeout: 189
seconds)
L14[20:10:58] ⇨
Joins: ThePiGuy24 (~ThePiGuy2@31.111.20.240)
L15[22:00:16]
<Myros>
%lua print(_G)
L16[22:00:16] <MichiBot> nil
L17[22:00:40]
<Myros>
%lua print(_VERSION) [Edited]
L18[22:00:40] <MichiBot> Lua 5.2 | main:1:
attempt to index a nil value
L19[22:01:45]
<Myros>
%lua = _VERSION
L20[22:01:45] <MichiBot> main:1: unexpected
symbol near '='
L21[22:01:55]
<Myros>
%lua x = _VERSION [Edited]
L22[22:02:01]
<Myros>
print(x)
L23[22:02:11]
<Myros>
%lua print(x) [Edited]
L24[22:02:11] <MichiBot> nil | main:1:
attempt to index a nil value
L25[22:02:36]
<Myros>
_VERSION = "TEST"
L26[22:02:42]
<Myros>
%lua_VERSION = "TEST" [Edited]
L27[22:02:47]
<Myros>
%lua _VERSION = "TEST" [Edited]
L28[22:02:47] <MichiBot> main:1: unexpected
symbol near '['
L29[22:03:03]
<Myros>
%lua wait(3000)
L30[22:03:06] <MichiBot> 1381800
L31[22:03:14]
<Myros>
%lua wait(_VERSION) [Edited]
L32[22:03:14] <MichiBot> main:1: attempt to
perform arithmetic on local 'y' (a string value)
L33[22:03:49]
<Myros>
VERSION = toint(VERSION)
L34[22:04:03]
<Myros>
%lua _VERSION = toint(_VERSION) [Edited]
L35[22:04:03] <MichiBot> main:1: attempt to
call global 'toint' (a nil value)
L36[22:04:33]
<Myros>
%lua _VERSION = tonumber(_VERSION) [Edited]
L37[22:04:33] <MichiBot> main:1: attempt to
index a nil value
L38[23:14:52] ⇦
Quits: ThePiGuy24 (~ThePiGuy2@31.111.20.240) (Read error:
Connection reset by peer)