summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-04-01 02:19:23 +0100
committerubq323 <ubq323@ubq323.website>2024-04-01 02:19:23 +0100
commit2273fe028dda59f4779267e19e892770f0608ce2 (patch)
treea0b810fe0dbc92774771ce3f2f75497b03cca9bb
parentc9f2c0e3a10d18df7d7b664a51d20ff8e38cba3e (diff)
launch ./beeite
-rw-r--r--img/john_1.pnmbin112191 -> 112191 bytes
-rw-r--r--img/john_2.pnmbin112191 -> 112191 bytes
-rw-r--r--img/john_3.pnmbin85515 -> 85515 bytes
-rw-r--r--john.pnmbin315339 -> 315339 bytes
-rw-r--r--listener.lua2
5 files changed, 1 insertions, 1 deletions
diff --git a/img/john_1.pnm b/img/john_1.pnm
index 0019cdc..17d7fcc 100644
--- a/img/john_1.pnm
+++ b/img/john_1.pnm
Binary files differ
diff --git a/img/john_2.pnm b/img/john_2.pnm
index 2b1c49d..5e7deda 100644
--- a/img/john_2.pnm
+++ b/img/john_2.pnm
Binary files differ
diff --git a/img/john_3.pnm b/img/john_3.pnm
index 0b6510d..dd4dceb 100644
--- a/img/john_3.pnm
+++ b/img/john_3.pnm
Binary files differ
diff --git a/john.pnm b/john.pnm
index 6b375c9..b261a22 100644
--- a/john.pnm
+++ b/john.pnm
Binary files differ
diff --git a/listener.lua b/listener.lua
index e69205e..f6e32a5 100644
--- a/listener.lua
+++ b/listener.lua
@@ -30,7 +30,7 @@ function main()
local msg = ws.receive()
local parsed = assert(textutils.unserializeJSON(msg))
if parsed.msg then
- print("got msg",parsed.msg)
+ print("got msg",parsed.msg:gsub("\n","")
local words = splitw(parsed.msg)
if words[1] ~= "RRP" then
print("non-RRP message!")