Page 1 of 1

MORE RECOMENDATIONS, ANDY CHECK THIS OUT

Posted: Thu Apr 03, 2003 5:07 am
by [PamO]
i was going home when i tought why use shitty variables for data that have to be always in the variable list?? so another recomendation is to use an ini file to save the preferences like %msn.useproxy etc, and some times when a nick have <'s or >'s is not possible to put/remove tu the block list, why dont you use a $numtok to know which is the last < simbol in the line and identifie the email that way. well thats all, i hope you take note of this to make a better skript

by the way very good job. =]

[PAmO]

Posted: Wed Apr 16, 2003 22:26 pm
by andyc
Hi,

I'll take this into consideration with the next version.

Thanks!

Andy

Re: MORE RECOMENDATIONS, ANDY CHECK THIS OUT

Posted: Thu Apr 24, 2003 12:20 pm
by t0maz
[PamO] wrote:and some times when a nick have <'s or >'s is not possible to put/remove tu the block list, why dont you use a $numtok to know which is the last < simbol in the line and identifie the email that way
well since the e-mail < is the last < in the line (even when the contact has <'s or >'s in his name) you can use something like $gettok(%blahblah,-1,60) wich refers to the last < in the line. I applyed it to my own script and it work prefectly

~ t0maz