I have a chatserver and want to make a kick command for the admin. I
know that it’s possible to use “client.close” , but that just closes the
active client (in this case, the admin). Now I want to close the
connection of another client. Is it possible to use an IP address or
something else to close a specific client connection? Something like:
client2 = somethinglikeanaddress
client2.close