Posted 10 May 2012 - 08:41 AM
I'm working on my own custom chat program atm.
Its going very well atm!
But when I loaded up another computer to check if there was anything broadcasted..
I found out there was..
This is the offending line.
rednet.send(Server, tag(os.clock()..os.getComputerID())..tag("LibChatServer")..Person..": "..ChatInput)
Server is 11
I checked and the server that should only receive is 11.
The computer that received it is ID 1 and ID 2.
I do not know why its being broadcasted.
There is no "rednet.broadcast" in my script but for the start up.
And that can not be the offending line.
I havn't touched the rednet API file.
Edit!
I think I was trying to use my table as a variable..
Wondered why I said Host when I said "Server" was the one.
Its going very well atm!
But when I loaded up another computer to check if there was anything broadcasted..
I found out there was..
This is the offending line.
rednet.send(Server, tag(os.clock()..os.getComputerID())..tag("LibChatServer")..Person..": "..ChatInput)
Server is 11
I checked and the server that should only receive is 11.
The computer that received it is ID 1 and ID 2.
I do not know why its being broadcasted.
There is no "rednet.broadcast" in my script but for the start up.
And that can not be the offending line.
I havn't touched the rednet API file.
Edit!
I think I was trying to use my table as a variable..
Wondered why I said Host when I said "Server" was the one.