mIRC Homepage
Posted By: bleach how do I do? - 26/09/03 09:34 AM
I want to kill who loads sockets on my servers..
and how do I kill a socket when it joins my server?
any code or any bot?
Posted By: Sigh Re: how do I do? - 26/09/03 12:47 PM
If someone codes a socket bot on mIRC correctly, there will be know way of knowing if they connected with this method. Because when you type /server in mIRC it opens a socket to the server, same as /sockopen. To the server, they are both the same and technically speaking everyone who connects to your server (either through mIRC's /sockopen or /server) is connecting via sockets
Posted By: MrPeepers Re: how do I do? - 26/09/03 03:03 PM
The only way they would show up is through clones.
Posted By: LocutusofBorg Re: how do I do? - 26/09/03 04:51 PM
And then that doesn't even mean it's a 'socket' thingie.
Posted By: bleach Re: how do I do? - 26/09/03 05:31 PM
yes clients are connects as socket aswell..
but I have an idea like when someone connects into my server then my script should send version to get client version of it.. and now I wanna know that how do I send version asker to who connects to my server?
Posted By: r0ck0 Re: how do I do? - 26/09/03 05:33 PM
A socket bot is perfectly capable of sending a false version reply.
A clone limit is really the only way to go.
Posted By: bleach Re: how do I do? - 27/09/03 10:30 AM
well.. where can I find a version asker bot..
it should send version to that who connects to server..
or how do I see who connects server??
Posted By: MrPeepers Re: how do I do? - 27/09/03 12:17 PM
Well do you have services running on your server? If so sometimes thoses services will have a module you can load that will do it. Or you could script it yourselve. Also, in unreal atleast you can add bad versions into the conf
Posted By: bleach Re: how do I do? - 27/09/03 07:35 PM
any module for work under mirc!!?
Posted By: Ashkrynt Re: how do I do? - 27/09/03 08:03 PM
on *:snotice:*Client connecting*:{
.timerversion $+ $6 1 10 kill $6 Clients on this network must reply to CTCP VERSION requests
.ctcp $6 version
}
on *:ctcpreply:version *:.timerversion $+ $nick off

You need to set umode +c to get the client connection notices
Posted By: bleach Re: how do I do? - 28/09/03 09:12 AM
man, thank you so much..
© mIRC Discussion Forums