Hi,
I've just come from ComputerCraft, where we were able to use the 'Chat Box' peripheral from I can't remember which mod, which allowed you to listen to the chat, and then perform functions based on that.
However, I can't see to recreate the same functionality in OpenComputers. I have the code:
event = require("event")
chat_event = event.pull(chat_command)
However, this only appears to pull events from the server's remote terminal, for example:
"key_up" "big long id" 13 28 "Hobby203"
Is there any way to utilise the chat_command event for taking messages from the act