Top

mIRC Code Snippets by Mpdreamz

  (8)  
Sort by 
This snippet allows you to get the content of small websites and return them back! $parse(URL
Tags: asynchronous  com  sockets 
+ 0 likes
3 comment(s)   |   Score: 7.8   |   Language: mIRC   |   Posted by Mpdreamz on Jan 14, 2008
The purpose of this snippet is to bring the power of VB's DateDiff function to mIRC which date handling functions can be quite restricting. This snippet allows you to calculate the difference between..
Tags: birthday  date  duration  months  weeks  years 
+ 0 likes
8 comment(s)   |   Score: 8.0   |   Language: mIRC   |   Posted by Mpdreamz on Oct 13, 2006
precompiles the MTS theme input into its mIRC parseable equivalent.
Tags: engine  load  mts  theme 
+ 0 likes
0 comment(s)   |   Score: 8.0   |   Language: mIRC   |   Posted by Mpdreamz on Jun 23, 2006
Syntax: $stripwm(text,wildmatch).[frN] text: is the text you wish to strip. wildmatch: the wildmatch you wish to strip. The wildmatch character is "*" (without the quotes). "a*d"..
Tags: strip  wildmatch 
+ 0 likes
0 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by Mpdreamz on Jun 23, 2006
Me having some fun with COMs :) returns information from MSN messenger. UPDATE: added /msn command so you can control MSN :D
Tags: messenger  msn 
+ 0 likes
5 comment(s)   |   Score: 8.3   |   Language: mIRC   |   Posted by Mpdreamz on Dec 08, 2005
A Clock for mirc which will be displayed in the upper right corner of a channel and query. For those of us who think Timestamps and Windows own clock in the systray just isnt enough :p Usage: Type /mirc.clock..
Tags: clock  picwin 
+ 0 likes
24 comment(s)   |   Score: 4.0   |   Language: mIRC   |   Posted by Mpdreamz on Nov 24, 2005
Reverses the tokens in (a part of) a string. Syntax: $revtok(text,N,C) ,this should speak for itself if you know tokens :) C stands for seperation ascii character value of the text. i.e $asc(.) N is..
Tags: token 
+ 0 likes
0 comment(s)   |   Score: 4.0   |   Language: mIRC   |   Posted by Mpdreamz on Oct 27, 2005
Usage: $circle(<x>,<y>,<diameter>,<degrees>) this alias returns the x and y values for a circular path that is centered on the <x> <y> values where the circle is <diameter>..
Tags: geometry  picwin 
+ 0 likes
1 comment(s)   |   Score: 5.7   |   Language: mIRC   |   Posted by Mpdreamz on Oct 27, 2005
Bottom