Implement the backend for automatically provisioning relays
This commit is contained in:
@@ -20,7 +20,8 @@ def sendInfo(addr, data):
|
||||
|
||||
def sendAll(data):
|
||||
for i in main.connections:
|
||||
main.connections[i].send(data)
|
||||
if main.connections[i].authed:
|
||||
main.connections[i].send(data)
|
||||
return
|
||||
|
||||
def incorrectUsage(addr, mode):
|
||||
|
||||
Reference in New Issue
Block a user