PM to all unregisterd users on connect?
 

News:

29 December 2022 - PtokaX 0.5.3.0 (20th anniversary edition) released...
11 April 2017 - PtokaX 0.5.2.2 released...
8 April 2015 Anti child and anti pedo pr0n scripts are not allowed anymore on this board!
28 September 2015 - PtokaX 0.5.2.1 for Windows 10 IoT released...
3 September 2015 - PtokaX 0.5.2.1 released...
16 August 2015 - PtokaX 0.5.2.0 released...
1 August 2015 - Crowdfunding for ADC protocol support in PtokaX ended. Clearly nobody want ADC support...
30 June 2015 - PtokaX 0.5.1.0 released...
30 April 2015 Crowdfunding for ADC protocol support in PtokaX
26 April 2015 New support hub!
20 February 2015 - PtokaX 0.5.0.3 released...
13 April 2014 - PtokaX 0.5.0.2 released...
23 March 2014 - PtokaX testing version 0.5.0.1 build 454 is available.
04 March 2014 - PtokaX.org sites were temporary down because of DDOS attacks and issues with hosting service provider.

Main Menu

PM to all unregisterd users on connect?

Started by FrAcTi0n, 08 October, 2004, 11:50:09

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

FrAcTi0n

hello, is there a script that sends private message on connect to all unregistered users?

thx

bastya_elvtars

and what should that PM contain?
Everything could have been anything else and it would have just as much meaning.

FrAcTi0n

something like u are not registered user, only reg. users can download, ask op for reg..

nErBoS

#3
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
--## nErBoS Spot ##--

FrAcTi0n

thank you very much.)

bastya_elvtars

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
Everything could have been anything else and it would have just as much meaning.

UwV

#6
QuoteOriginally posted by bastya_elvtars
search the forum for this script, nerbos' one just sends PM

isn't that all he asked for ?
\NL   The knowledge and skills you have achieved are meant to be forgotten so you can float comfortably in emptiness, without obstruction.
" Holly loves me,...  . "      ;o)

& don't forget, the motto is :
  -- SUPPORT YOUR LOCAL DJ'S --

FrAcTi0n

i think that the first script was the one i was looking for...
thx guys...)

SMF spam blocked by CleanTalk