mIRC Home    About    Download    Register    News    Help

Print Thread
#93962 13/08/04 06:36 AM
Joined: Aug 2004
Posts: 1
D
dRa0nMa Offline OP
Mostly harmless
OP Offline
Mostly harmless
D
Joined: Aug 2004
Posts: 1
my script:
ON 1:TEXT:*Sending*:?:/showmirc -r

when the mirc is in the tray and i got a ctcp sanding, mirc should restore.
but it dosen't work.
why?
thx!

Joined: Dec 2002
Posts: 788
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 788
/help ctcp events

Eamonn.

Joined: Feb 2003
Posts: 282
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Feb 2003
Posts: 282
The script above will only work with provate messages. Assuming that someone sends you the word *sending*, it can also be on regualr text, and I assume that it can also be on notices. If you search for sending because someone sends you a file (And writes "Sending you file faq.txt ....") then you should look for notices.
You can also listen to ctcp sebd event which is catched when someone sends you a file.



ON 1:TEXT:*Sending*:*:/showmirc -r

on 1:NOTICE:*Sending*:?:/showmirc -r


Link Copied to Clipboard