mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2007
Posts: 3
R
Rob2003 Offline OP
Self-satisified door
OP Offline
Self-satisified door
R
Joined: Dec 2007
Posts: 3
/if: '=>' unknown operator (line 383, backcon.mrc) in my status window anyone know what it is from ?

Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031

You should ask whoever wrote the script.

The syntax is if (v1 >= v2) you could look on line 383 of backcon.mrc and correct it.

Joined: Dec 2007
Posts: 3
R
Rob2003 Offline OP
Self-satisified door
OP Offline
Self-satisified door
R
Joined: Dec 2007
Posts: 3
Ive still not figured this out all I know is I use acidmax as my script but Im totally new at all this so dont wanna mess something up any help would be very appreciated

Joined: Jul 2006
Posts: 4,149
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,149
As said, if (v1 => v2) is an invalid syntax but was valid under mIRC 6.3 and prior, you'll have to use >= instead of =>.
If you're totally news with this, ask the author of the script (already said), or change all instance of => in your code by >=, or change your script.


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Joined: Dec 2007
Posts: 3
R
Rob2003 Offline OP
Self-satisified door
OP Offline
Self-satisified door
R
Joined: Dec 2007
Posts: 3
thank you Ill see if I can figure it out


Link Copied to Clipboard