Sigh_

Sigh_

Joined
Sep 17, 2004

Code Snippets

Sigh_ created a Page  -  Oct 02, 2005
134 

Made this for a scripting challenge a while ago, quite useless since mIRC has its own $md5. Usage: $sigh_md5(string)

Sigh_ created a Page  -  Jun 18, 2005
46 

;; Not strictly a token identifier as the name would suggest ;; It generates a list of output from a specific identifier which accepts an N parameter ;; ;; Usage: $fulltok(name,C,params[,params...])[.prop] ;; ;; For example: $fulltok(nick,44,#mirc) ;; Will call $nick(#mirc,N) to retrieve all nicknames and put them in a comma delimited list ;; ;; $fulltok(fline,32,#chan,word) ;; Calls $fline(#chan,word,N)..

Sigh_ created a Page  -  Dec 28, 2004
515 

;; Random $replace by Sigh_ ;; ;; Like $replace but replaces a random number of matched substrings ;; Usage: same as $replace i.e. $randreplace(string,substring,newstring,...) ;; ;; For example, $randreplace(abcabcabc,a,x,b,y,c,z) ;; Randomly replaces a with x, b with y and c with z ;; ;; Use the .cs property for case sensitivity -- $randreplace().cs

  1 Thread   mIRC  
Sigh_ created a Page  -  Dec 26, 2004
100 

;; Solution to cubic equations by Sigh_ ;; ;; Solves equations of the type ax^3 + bx^2 +cx + d = 0 (a != 0) ;; ;; Usage: ;; $cubic(a,b,c,d) ;; or ;; /cubic a b c d

Sigh_ created a Page  -  Dec 16, 2004
322 

; Simple picture window script that allows you to simulate the motion ; of a projectile at varying angles/speeds acting under conditions ; similar to those encountered in real life ; ; Copy the code into Remotes and type /cannon to start it. ; The rest should be quite self explanatory, you start it moving by ; pressing "project", pause it at any time with "pause", and reset it ; to the beginning..

Sigh_ created a Page  -  Dec 14, 2004
377 

; Colors URLs in all outgoing/incoming channel and query messages the ; 'traditional' blue color, along with underlining ; Place the code in Remotes ; If you want to override the URL styling at any time hold the Ctrl key while ; pressing enter (or press ctrl+J)

Sigh_ created a Page  -  Nov 12, 2004
49 

; $_iswm by Sigh ; Lets you escape characters when performing a wildmatch ; Usage: $_iswm(string,match1,match2,...,matchN) ; Returns $true if any of the matches given is a wildmatch of the string ; Characters are escaped with a backslash character \ ; For example, to check if "ab" exists anywhere in $1- you could use if ($_iswm($1-,*a*b))

  1 Thread   mIRC  
Sigh_ created a Page  -  Oct 13, 2004
198 

Remove repeats alias by Sigh Usage: $remrpt(string,C) Lets you remove repeated tokens from a string For example: $remrpt(a b c a a b d,32) = a b c d

 Respond   mIRC  
Sigh_ created a Page  -  Sep 17, 2004

Regex Buddy by Sigh_ (http://xi.ma.cx) Usage: /rbuddy

Sigh_ created a Page  -  Sep 17, 2004
71 

Extended base conversion by Sigh (http://xi.ma.cx) Allows conversions between any base of any given number system

 Respond   mIRC  
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.