From df56e3fbe957bfff99a4c567b8079b2a01cbba3c Mon Sep 17 00:00:00 2001 From: ubq323 Date: Thu, 4 Aug 2022 01:10:53 +0100 Subject: chat --- chat.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chat.lua b/chat.lua index d0e73cc..872f484 100644 --- a/chat.lua +++ b/chat.lua @@ -1,7 +1,7 @@ local man = peripheral.find"manipulator" -assert(man and man.hasModule"plethora:chat") -local m = peripheral.wrap"monitor" -assert(m) +assert(man and man.hasModule"plethora:chat","no chat thing") +local m = peripheral.find"monitor" +assert(m,"no monitor") local function p(...) term.redirect(m) -- cgit v1.2.3