mIRC Code Snippets Tagged with identifiers
(2)
this alias will let you reverse the text..
usage $reverse(text)
eg: $reverse(text) will return "txet"
Tags:
identifiers
+ 0 likes
The mIRC's $rand() identifier doesn't work with letters as it does with numbers.
//echo -a $rand(111,999) - Returns 346
//echo -a $rand(aaa,zzz) - Returns a
Now using $rand2()
//echo -a $rand2(111,999)..
+ 0 likes




