Page 1 of 1

tcpserver/client

Posted: Thu May 19, 2011 10:57 am
by JustFashion
hello,
I want to make commands in my tcpserver/client.
like irc /kick /ban /unban etc...

can u help me ?

Re: tcpserver/client

Posted: Thu May 19, 2011 11:54 am
by Napster1488
for Ban u can build in a if question like
if ip.contains(xxxx.xxxx.xxxx) then
msgbox("Ip Banned")
end if

Re: tcpserver/client

Posted: Fri May 20, 2011 12:02 am
by mandai
Is your TCP server following any specific application protocol?