<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[01:42:43] ⇦
Parts: lunar_sam (c44a7f2987@jabberfr.org) ())
L2[07:10:31] ⇦
Quits: Michiyo (~Michiyo@50.38.54.76) (Read error: Connection reset
by peer)
L3[07:15:23] ⇨
Joins: Michiyo (~Michiyo@50.38.54.76)
L4[07:15:23] Spock
sets mode: +o on Michiyo
L5[09:43:15] ⇨
Joins: lunar_sam (c44a7f2987@jabberfr.org)
L6[10:19:13]
<Forecaster> %lua stuff =
["one", "two", "three"]
L7[10:19:13] <MichiBot> main:1: unexpected
symbol near '['
L8[10:19:31]
<Forecaster> %lua stuff =
{"one", "two", "three"}
L9[10:20:00]
<Forecaster> %lua for thing in stuff do
print(thing) end
L10[10:20:02] <MichiBot> main:1: attempt to
call a table value
L11[10:20:32]
<Forecaster> %lua for thing in stuff do
print("?") end
L12[10:20:32] <MichiBot> main:1: attempt to
call a table value
L13[10:20:37]
<Forecaster> huh
L14[10:20:44]
<Forecaster> %lua print(stuff)
L15[10:20:44] <MichiBot> table:
0x7f1e20072290
L16[10:20:58]
<Forecaster> aw, I guess that's not a
thing then
L17[10:21:03]
<Forecaster> boo
L18[10:21:06]
<ThePiGuy24> %lua for thing in
ipairs(stuff) do print("?") end
L19[10:21:06] <MichiBot> ? | ? | ?
L20[10:21:09]
<ThePiGuy24> ;p
L21[10:21:17]
<Forecaster> oh yeah, that's the one
L22[10:21:23]
<Forecaster> I've been writing too much
python
L23[10:21:32]
<ThePiGuy24> python is too
convenient
L24[10:22:08]
<Forecaster> %lua for thing in
ipairs(stuff) do print(thing) end
L25[10:22:09] <MichiBot> 1 | 2 | 3
L26[10:22:35]
<Forecaster> %lua for key, value in
ipairs(stuff) do print(value) end
L27[10:22:35] <MichiBot> one | two |
three
L28[12:34:14]
<RedstoneParkour> %lua
print(io.read)
L29[12:34:14] <MichiBot> nil
L30[12:36:02]
<RedstoneParkour> %lua for i,j in
pairs(_ENV) do print(i) print(j) end
L32[14:15:53]
<RedstoneParkour> %help lua
L33[14:17:49]
<RedstoneParkour> %lua function listt(t)
for i,j in pairs(t) do print(i) print(j) end end
L34[14:18:05]
<RedstoneParkour> %lua print(listt)
L35[14:18:05] <MichiBot> function:
0x7f1e6410c700
L36[14:18:23]
<RedstoneParkour> %lua listt(stuff)
L37[14:18:24] <MichiBot> 1 | one | 2 | two
| 3 | three
L38[14:49:12] ⇦
Quits: Amanda (~m-yt727s@c-73-165-62-84.hsd1.pa.comcast.net)
(Remote host closed the connection)
L39[14:55:51] ⇨
Joins: Amanda
(~m-yt727s@c-73-165-62-84.hsd1.pa.comcast.net)
L40[15:30:08] ⇦
Parts: lunar_sam (c44a7f2987@jabberfr.org) ())
L41[16:26:36]
<RedstoneParkour> %yeshi
L42[16:26:37] <MichiBot> Hi, welcome to the
opencomputers IRC channel. If you just connected from minecraft,
yes this is a real chat. There are people here, but dont expect
people to engage with someone who just says "hi" or
similar, were (usually) pretty busy.
L43[21:08:17] ⇨
Joins: lunar_sam (c44a7f2987@jabberfr.org)
L44[22:08:56] ⇦
Parts: lunar_sam (c44a7f2987@jabberfr.org) ())
L45[23:29:01] ⇨
Joins: lunar_sam (c44a7f2987@jabberfr.org)