mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Feb 2014
Posts: 2
T
THL Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
T
Joined: Feb 2014
Posts: 2
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.

Joined: Jan 2014
Posts: 55
J
Babel fish
Offline
Babel fish
J
Joined: Jan 2014
Posts: 55
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


Regards

JayStew
Joined: Jun 2003
Posts: 994
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Jun 2003
Posts: 994
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.


I refuse to engage in a battle of wits with an unarmed person. wink
Joined: Feb 2014
Posts: 2
T
THL Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
T
Joined: Feb 2014
Posts: 2
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