<<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] <n​il> %tonkleaders
L3[06:38:57] <MichiBot> https://michibot.pc-logix.com/tonk
L4[15:05:24] <n​il> %lua print(message(
L5[15:05:24] <MichiBot> main:1: unexpected symbol near <eof>
L6[15:05:32] <n​il> %lua print(message) [Edited]
L7[15:05:32] <MichiBot> nil | main:1: attempt to index a nil value
L8[15:05:58] <n​il> %lua print(message)
L9[15:05:58] <MichiBot> nil
L10[15:06:28] <n​il> %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] <My​ros> %lua print(_G)
L16[22:00:16] <MichiBot> nil
L17[22:00:40] <My​ros> %lua print(_VERSION) [Edited]
L18[22:00:40] <MichiBot> Lua 5.2 | main:1: attempt to index a nil value
L19[22:01:45] <My​ros> %lua = _VERSION
L20[22:01:45] <MichiBot> main:1: unexpected symbol near '='
L21[22:01:55] <My​ros> %lua x = _VERSION [Edited]
L22[22:02:01] <My​ros> print(x)
L23[22:02:11] <My​ros> %lua print(x) [Edited]
L24[22:02:11] <MichiBot> nil | main:1: attempt to index a nil value
L25[22:02:36] <My​ros> _VERSION = "TEST"
L26[22:02:42] <My​ros> %lua_VERSION = "TEST" [Edited]
L27[22:02:47] <My​ros> %lua _VERSION = "TEST" [Edited]
L28[22:02:47] <MichiBot> main:1: unexpected symbol near '['
L29[22:03:03] <My​ros> %lua wait(3000)
L30[22:03:06] <MichiBot> 1381800
L31[22:03:14] <My​ros> %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] <My​ros> VERSION = toint(VERSION)
L34[22:04:03] <My​ros> %lua _VERSION = toint(_VERSION) [Edited]
L35[22:04:03] <MichiBot> main:1: attempt to call global 'toint' (a nil value)
L36[22:04:33] <My​ros> %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)
<<Prev Next>> Scroll to Top