Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function broadcastStatus(message)
- rednet.open("bottom")
- local time = os.time()
- rednet.broadcast("[" .. textutils.formatTime(time, true) .. "] " .. message, "monitoring")
- print("Broadcasted: [" .. textutils.formatTime(time, true) .. "] " .. message)
- end
- broadcastStatus("Module Loaded [Module Name Here]")
Advertisement
Add Comment
Please, Sign In to add comment