ECK TEC

Results 3 comments of ECK TEC

What do I have to do in order to get this merged?

I read it out of the rednet API source code. There isn't any channel mentoined, because it uses rednet.broadcast(). I really don't know why I do this, because nobody would...

The source code from the rednet API: lookup function: ```lua function lookup( sProtocol, sHostname ) if type( sProtocol ) ~= "string" then error( "expected string", 2 ) end -- Build...