mIRC Home    About    Download    Register    News    Help

Print Thread
T
THL
THL
T
Is there a known guide for how to script using version 4.72 or earlier? Sometime around the mid-1990s, mIRC changed scripting style/syntax to a more 'programmer' style with brackets and such instead of one-liner ON JOINs and such. I come from mIRC 4.72 (16 bit) era and prefer it over any of the newer and thus newer scripting styles in use.

I was pretty sure the proper syntax for 4.72 was something like:
1:ON JOIN:nickname:#channel:/msg $nick hello $nick ....or
1:ON TEXT:hello:#channel:/msg $chan hello $nick .....etc

but I can't get anything to run properly, even with Listening ticked on.

J
jaystew
jaystew
J
I tried to have a look on good old google but didn't bring anything back, Just links to download mIRC 4.72, Good luck smile

C
CtrlAltDel
CtrlAltDel
C
Originally Posted By: THL
Is there a known guide for how to script using version 4.72 or earlier? Sometime around the mid-1990s, mIRC changed scripting style/syntax to a more 'programmer' style with brackets and such instead of one-liner ON JOINs and such. I come from mIRC 4.72 (16 bit) era and prefer it over any of the newer and thus newer scripting styles in use.

I was pretty sure the proper syntax for 4.72 was something like:
1:ON JOIN:nickname:#channel:/msg $nick hello $nick ....or
1:ON TEXT:hello:#channel:/msg $chan hello $nick .....etc

but I can't get anything to run properly, even with Listening ticked on.


close.
1:ON JOIN:#CHANNEL:/msg $chan (or $nick) Hello, $nick
1:ON TEXT:hello*:#CHANNEL:/msg $chan (or $nick) Hello Yourself!

I have a copy of the mirc.hlp from 4.72 Here if you'd like to read through it.

T
THL
THL
T
Originally Posted By: CtrlAltDel
close.
1:ON JOIN:#CHANNEL:/msg $chan (or $nick) Hello, $nick
1:ON TEXT:hello*:#CHANNEL:/msg $chan (or $nick) Hello Yourself!

I have a copy of the mirc.hlp from 4.72 Here if you'd like to read through it.


Superb! Thanks =3


Link Copied to Clipboard