Yawhatnever commented on a Page, Blacklist Script v1.0  -  Jun 15, 2013

Not bad!

Why do you use this? -

set %var $(%othervar)
;and
var %new $2 $+ $chr(32) $+ $(%old)

instead of

set %var %othervar
;and
var %new $2 %old
Myidentityisasecret  -  Jun 15, 2013

It's a global variable so that /blacklist list will work.
Also, I realize now that the $+ $chr(32) is not necessary xD

Yawhatnever  -  Jun 15, 2013

I mean using the $eval() around the variable is redundant, since it evaluates once (which it would have done without the $eval())

Myidentityisasecret  -  Jun 15, 2013

Ohh, I see what you mean now. Thanks for your input, I appreciate it :D

Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.