hello, is there a script that sends private message on connect to all unregistered users?
thx
and what should that PM contain?
something like u are not registered user, only reg. users can download, ask op for reg..
Hi,
Here you have...
--## SIMPLER PMER BOT
--## Requested by FrAcTi0n
--## Made by nErBoS
sBot = "SP-Bot"
sMsg = ""
function Main()
frmHub:RegBot(sBot)
sMsg = "\t\t--## HUB Message ##--\r\n\r\n"
sMsg = sMsg.."Welcome to our HUB. You are an unregistered user here.\r\n"
sMsg = sMsg.."Their for you can't download from anyone, you must be regged to download.\r\n"
sMsg = sMsg.."Contact a OP to reg you."
end
function NewUserConnected(user)
if (user.iProfile == -1) then
user:SendPM(sBot, sMsg)
end
end
Best regards, nErBoS
thank you very much.)
QuoteOriginally posted by FrAcTi0n
something like u are not registered user, only reg. users can download, ask op for reg..
search the forum for this script, nerbos' one just sends PM
QuoteOriginally posted by bastya_elvtars
search the forum for this script, nerbos' one just sends PM
isn't that all he asked for ?
i think that the first script was the one i was looking for...
thx guys...)