Hi
is there someone who can give me a script who redirects old nmdc user i want to redir them to a nmdc hub
Hi there,
I wrote a script long time back , which redirects if there is no tag. Which means it will redirect NMDC and other clients which doesn't have tag like
If u wish, i will post it right away?
yes thank you =)
-- Written by BlazeX
infotag = { "" }
botName = "NMDC"
function NewUserConnected(curUser)
for key,checkWord in infotag do
if not strfind(curUser.sMyInfoString, checkWord, 1, 1) then
SendToNick(curUser.sName, "<" ..botName .."> You are using unauthorized client software, please go to http://dcplusplus.sourceforge.net and download the newest version of DC++")
SendToNick(curUser.sName, "<" ..botName .."> Redirecting...")
user:SendData("$ForceMove "..frmHub:GetRedirectAddress())
end
end
end
Tnx m8 =)
No pbm ! If it works, i am happy for ya :)