------------------------------------------------- -- Client Specs .03 -- ------------------------------------------------- -- By Mutor the Ugly -- *Displays users client information at login -- *Clone killer (disallow multiple connections -- from single IP. Can allow clones certain profiles -- *Alerts user of incorrect IP setting for active -- mode when a user conducts a search. User is -- disconnected as they need to restart client -- after updating IP settings anyway. 8-) -- -- Based on Client-Shield by NightLitch 2004-03-11 -- and Correct-IP-V.1 for Active users by chiller -- Great work guys.... thx ------------------------------------------------- sBot = "[LoginBot]" -- Set this to your liking. -- sClients = { { "","MS++" }, { "","Phantom DC++" }, { "<%+%+") then _,_,sVer = strfind(sMyInfo,"") sClient = "oDC" elseif strfind(sMyInfo,"Ruri_Ruri") then sClient = "Ruri_Ruri" elseif sClient=="iDC" then _,_,sVer = strfind(sMyInfo,"") end if strfind(sMyInfo,"H:\"%d+/%d+/%d+\"") then sClient = "Fake" end if strfind(sMyInfo, "L:") then sClient = "CZDC++" elseif strfind(sMyInfo, "B:") then if not sClient=="Phantom DC++" then sClient = "Bear Claw DC++" end end sTag = {["S"]=sSlot,["B"]=sBwidh,["H"]=sHub,["V"]=sVer,["M"]=sMode} return sClient,sSpeed,sShare,sTag end