<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[09:07:44] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@88-107-183-218.dynamic.dsl.as9105.com) (Ping timeout: 189 seconds)
L2[12:41:30] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@88-107-183-218.dynamic.dsl.as9105.com)
L3[13:43:22] <S​ky> %lua for k,v in pairs(_G) print(k,v) end
L4[13:43:22] <MichiBot> main:1: 'do' expected near 'print'
L5[13:43:26] <S​ky> Wops
L6[13:43:38] <S​ky> %lua for k,v in pairs(_G) do print(k,v) end
L7[13:43:38] <MichiBot> main:1: bad argument #1 to 'pairs' (table expected, got nil)
L8[13:43:44] <S​ky> Oh?
L9[13:43:56] <S​ky> %lua print(_ENV)
L10[13:43:56] <MichiBot> table: 0x7fe3ec7f6cd0
L11[13:44:08] <S​ky> %lua for k,v in pairs(_ENV) do print(k,v) end
L12[13:44:08] <MichiBot> Message too long to send to channel https://paste.pc-logix.com/nozapadiku
L13[13:45:17] <S​ky> %lua print(_HOST)
L14[13:45:17] <MichiBot> nil
L15[13:45:31] <S​ky> %lua print(_VERSION)
L16[13:45:31] <MichiBot> Lua 5.2
L17[13:47:14] <S​ky> %lua io.open
L18[13:47:14] <MichiBot> nil
L19[13:47:23] <S​ky> %help
L20[13:47:23] <MichiBot> S​ky: Command list: http://michibot.pc-logix.com/help
L21[13:48:38] <S​ky> %catfact
L22[13:48:39] <MichiBot> Cats have 230 bones, while humans only have 206.
L23[13:48:46] <S​ky> %catfact
L24[13:48:46] <MichiBot> The first official cat show in the UK was organised at Crystal Palace in 1871.
L25[13:49:10] <Lui​hum> %catfact
L26[13:49:11] <MichiBot> A cat's purr may be a form of self-healing, as it can be a sign of nervousness as well as contentment.
L27[16:45:58] ⇦ Quits: ThePiGuy24 (~ThePiGuy2@88-107-183-218.dynamic.dsl.as9105.com) (Ping timeout: 189 seconds)
L28[16:53:49] ⇨ Joins: ThePiGuy24 (~ThePiGuy2@88-107-183-218.dynamic.dsl.as9105.com)
<<Prev Next>> Scroll to Top