it is possible to make a bot that recognise in the description of user this: [Killer 0.306e] if this is recognised they will be disconnected on login?
this client [Killer 0.306e] limits the bandwith without any trace of that and CMD does not recognise it...and the tag is the same of dc++
try this, and kick some1 you hate if it doesn't work. lol
Bot = "something_with_a_name"
function DataArrival(user, data)
if strfind(user.sMyInfoString, "%[Killer 0.306e%]") then
user:SendPM(Bot, "your client isn't allowed here!")
user:Disconnect()
end
end
plop
yeah!nice one...thank you plop!
QuoteOriginally posted by angelsanges
yeah!nice one...thank you plop!
yw.
plop