mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Feb 2006
Posts: 16
M
mughalg Offline OP
Pikka bird
OP Offline
Pikka bird
M
Joined: Feb 2006
Posts: 16
Hi all fellows,

will some one guide me, SUPPOSE,
i want to continously reply some messaages to some one , when other is not responding,
so,
how can i send auto messages after 1 or 2 mnts .
is it possibel,
pls guide me how can i do this,
i be really really thanksfull,
if someone solve my this Question ,

with great regards.
waiting.

Last edited by mughalg; 10/03/06 06:54 PM.
Joined: Feb 2006
Posts: 16
M
mughalg Offline OP
Pikka bird
OP Offline
Pikka bird
M
Joined: Feb 2006
Posts: 16
plz help, if someone can do,
i be really thankfull,

regards.
waiting.

Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
U asking about help to creat a spam bot?


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
A couple of hours is not long for a response. As to the guidance, read /help /timer

Joined: Feb 2006
Posts: 16
M
mughalg Offline OP
Pikka bird
OP Offline
Pikka bird
M
Joined: Feb 2006
Posts: 16
sir,
it is not for spamming,
, by heart, i told u , why i need this, and asking this,

suppose some , abousing,
and u just reply it with autosender, is it illeagle ?-is it spamming ?

plz help,
with regards.
waiting.

Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Code:
on 1:TEXT:*:?:{
 ; for a responce right away
 msg $nick Hi there!
 
 ;for a delay on responce '2 minutes'
 .timerdlay 1 120 msg $nick hi there!
}

this what you looking for?

just remove the line you dont want to use, this goes in to remote "ALT + R" in your mirc..


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }

Link Copied to Clipboard