Sight

Sight

Joined
Oct 30, 2007
Interests
Many

mIRC Code Snippets

Sight created a Page  -  Nov 02, 2007
340 

; Picwin Notification popups - Sight ; ;; What this is ;; ; This snippet notifies you with a picwin popup on an event ; ;; Syntax (if you wish to add more events) ;; ; /alert3 (background color) (text color) (Text font) (Text font size) (Text)

 Respond   mIRC  
Sight created a Page  -  Nov 01, 2007
58 

; $splittok - Sight ; ;; What this is ;; ; $splittok returns tokens of your choice after a point in a string ; ;; Syntax ;; ; $splittok(string,,C).N2 ; ;; Examples ;; ; $splittok(Sight of the eye,of,32).1 would return 'the' ; $splittok(Sight of the eye,of,32).1- would return 'the eye' ; However: $splittok(Sight of the eye,of,32).0 would return $false

 Respond   mIRC  
Sight created a Page  -  Nov 01, 2007
161 

; $pct - Sight ; ;; What this is ;; ; $pct calculates the percentage of a specified property in a string ; ;; Why make this ;; ; This can be useful for many things. (Such as kickers) The nice thing about this is that it factors in regex so you can use simple regex properties for the most part. ;) ; ;; Syntax ;; ; $pct(sting,n/.cs,n/.cs).property (n and .cs aren't needed) ; ;; Examples ;; ; $pct(aAAA).a..

 Respond   mIRC  
Sight created a Page  -  Nov 01, 2007
121 

; $[reptok] - Sight ; ;; What this is ;; ; $[reptok] is basically a position based token replacer ; ;; Syntax ;; ; $[reptok](,,,C) or $[reptok](,,,C).a ; ;; Examples ;; ; $[reptok](1 2 3 4,3,5,32) returns 1 2 5 4 ; $[reptok](1 2 1 3 4,1,4,32).a returns 4 2 4 3 4

Sight created a Page  -  Oct 31, 2007
105 

; $switchtok - Sight ; ;; What this is ;; ; $switchtok switches the positions of two different tokens in a string of text ; ;; Syntax ;; ; $switchtok(string,,,C) ; ;; Examples ;; ; $switchtok(Testing this bodacious alias is sweet,3,6,32) switches boadcious and sweet returning: Testing this sweet alias is bodacious :)

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.