is there any way to make this script not redirect VIP ??
infotag = { "<++" }
botName = "xxx?"
redaddress = "xxxx"
function NewUserConnected(curUser)
for key,checkWord in infotag do
if strfind(curUser.sMyInfoString, checkWord, 1, 1) then
SendToNick(curUser.sName, "<" ..botName .."> DC++ client isn't allowed here, You are beeing redirected to a equally Cool Hub")
SendToNick(curUser.sName, "<" ..botName .."> Redirecting...|$ForceMove "..redaddress.."|")
curUser:Disconnect()
end
end
end
infotag = { "<++" }
botName = "xxx?"
redaddress = "xxxx"
function NewUserConnected(curUser)
if not curUser.iProfile == 2 then
for key,checkWord in infotag do
if strfind(curUser.sMyInfoString, checkWord, 1, 1) then
SendToNick(curUser.sName, "<" ..botName .."> DC++ client isn't allowed here, You are beeing redirected to a equally Cool Hub")
SendToNick(curUser.sName, "<" ..botName .."> Redirecting...|$ForceMove "..redaddress.."|")
curUser:Disconnect()
end
end
end
end
Tnx works fine now =))
Nada Problemos :)