mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2005
Posts: 14
B
Pikka bird
OP Offline
Pikka bird
B
Joined: Mar 2005
Posts: 14
Hello there,

is it possible to wait for a notice to end?
Like for exaple i notice nickserv for some info, and ill get some lines, and when that is finished ill continue my script?

This becouse i need all the lines to read befour i continue my script incase of errors etc...

Thx in advance.


GreetZ BlackDex
To boldly go where no one has gone before.
Joined: Dec 2002
Posts: 1,245
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Dec 2002
Posts: 1,245
using
on 1:NOTICE:*:?:(scripting here)
yes.
You will need to find key words that indicate the notice from nickserv is complete.
fex: dal.net nickserv uses "end of" for help notices

You can have the notice write to a temp.txt to be handled after the keyword is found. Or if the string is short use a variable.


Link Copied to Clipboard