raccoon

raccoon

Joined
Feb 22, 2010
Location
#irchelp

Activity Stream

raccoon created a Page  -  Nov 11, 2019

Commands: /since or /until or /sincegmt or /untilgmt Parameters: <date> or <time> or <date time> or <time date> Examples: ...

 Respond   mIRC   Autohotkey   BYOND  
raccoon created a Page  -  Aug 05, 2018

$RandNow() lets you generate a random number that remains attached to a period of clock time.

 Respond   mIRC  
raccoon commented on a Page, mIRC - /big & /huge  -  Jul 18, 2017

Updated /big and /huge. Both needed \Q...\E in a regular expression pattern. Also added fun and inflammatory symbols to /huge to increase ban ratios on IRC. :p

 Respond  
raccoon commented on a Page, mIRC - /big & /huge  -  Jul 12, 2017

Updated /big. Added /huge.

 Respond  
raccoon commented on a Page, mIRC - /big & /huge  -  Jul 11, 2017

I <3 Hawkee

 Respond  
raccoon created a Page  -  Jul 11, 2017
10 398 

(Updated: 18-July-2017) Makes your text bigly. Tiny code edition.

raccoon commented on a Page, $cleanEquation()  -  Mar 03, 2017

How does it handle and distinguish unary negative versus binary subtraction? Eg: -3^2 and -1/2x*y and 3--2

raccoon created a Page  -  Mar 01, 2017
3 213 

This script detects "Nickname Highlight Spam" in IRC. Works in both mIRC and AdiIRC.

 Respond   mIRC  
raccoon created a Page  -  Feb 14, 2017
3 463 

Yes. It's here! The long awaited SASL script for mIRC. Super Shitty Edition!

  1 Thread   mIRC  
raccoon   -  Feb 09, 2017

█▐ ▌ ▐▌ ▌█▌▌▐▐▌ ▐  ▌█ ▌ ▐▐▌▐ ▐█▌▌▌ ██▐▐▌ ▐▐ █▐▌▐▌▐█▌▐▐ ▌▐▐▌ ▐▐█▌▐ █▐▌▐▌▐ █  ▌▌█ ▌ ▐ ▌▐█▌▌█ ▌ ▐ █ █▌█▌█ ▌▐▌ █▌▌█

 Respond  

@Hawkee: The words [co(delete)lor1] [co(delete)lor2] are hidden or parsed out from this code block, and are only visible when in editing mode. What other code disappears from users? P.S. They also disappear from this comment, so I inserted the word (delete) into each. P.S.S. I can no longer 'tag' you.

 Respond  
raccoon commented on a Page, The MasterMind Bot For IRC  -  Jan 31, 2017

And here I thought you meant the game MasterMind, which I've written twice in mIRC :)

raccoon commented on a Page, $iiff()  -  Nov 17, 2016

You could make this a lot more powerful with regular expressions, and take care of some of your limitations.

 Respond  
raccoon created a Page  -  Nov 13, 2016
294 
raccoon commented on a Page, Help   -  Oct 29, 2016

Script Help requests may not be posted on this site. Users are asked to request mIRC script support at the mIRC.com forums. http://forums.mirc.com/ubbthreads.php

 Respond  
raccoon commented on a Page, [mIRC] Need help with repetitive word/phrase protection  -  Oct 29, 2016

Script Help requests may not be posted on this site. Users are asked to request mIRC script support at the mIRC.com forums. http://forums.mirc.com/ubbthreads.php

 Respond  
raccoon created a Page  -  Sep 27, 2016
1 667 

Here are two Windows .cmd batch file scripts that will enable you to make your removable flash drives read-only and writeable again.

 Respond  
raccoon commented on a Page, Colored Megatext Script  -  Aug 16, 2016

Oldest found source. http://pastebin.ca/824605

 Respond  
raccoon commented on a Page, Emboss for mIRC  -  Aug 14, 2016

Images for Emboss.

raccoon created a Page  -  Aug 14, 2016
5 334 

Because odds are people just aren't paying attention to anything you say. Add this snippet to your Aliases.

raccoon commented on a Page, Future for mIRC  -  Aug 13, 2016

Images for Future.

raccoon created a Page  -  Aug 13, 2016
5 520 

Become the envy of your friends and enemies! Adored by fans; Promoted by ops! Add this snippet to your Aliases.

raccoon   -  Jun 28, 2015

@Hawkee: New social media commenting standard suggests that clicking a comment's post time, eg "3 minutes ago", takes you to the post's permalink. In case you're interested in doing that. :)

raccoon commented on a Page, $formatdate alias for mIRC  -  Jun 28, 2015

Interesting approach, basically adds zero padding to selective tokens.
Just wanted to note that $asctime already supports advanced date formatting...

alias formatdate { return $asctime($ctime($1), $2-) }

The only difference here is the input date must be in the British ordering of d/m/y (eg, dd/mm/yyyy or d/mm/yy etc).
And you have access to more format outputs, as well as time formats. Type /help $asctime
(yy, yyyy, m, mm, mmm, mmmm, d, dd, ddd, dddd, oo) and (hh, H, HH, n, nn, s, ss, t, tt, T, TT, z, zz, zzz)

Examples:
$formatdate(28/7/2015, mm/dd/yyyy) outputs: 07/28/2015
$formatdate(28/7/2015, dddd dd mmmm yyyy) outputs: Tuesday 28 July 2015
$formatdate(28/7/2015 17:23, ddoo of mmmm @ hh:nn tt) outputs: 28th of July @ 05:23 pm

Enjoy :)

PS. If you want a comma in your output format, you will need to use $+ $chr(44) or pass the format in a variable.
var -s %in = 28/7/2015, %fmt = mmmm dd, yyyy, %out = $formatdate(%in,%fmt) for: July 28, 2015

raccoon   -  Jun 04, 2015

@Hawkee Why do I see everyone's "likes" on the main feed? It gets a bit spammy when somebody goes on a like-binge.

raccoon commented on a Page, (mIRC) /disks  -  Apr 23, 2015

@Hawkee : What can you do about a Plain Text 'code' or 'pre' box that doesn't include syntax highlighting, and optionally no line numbers?

raccoon created a Page  -  Apr 23, 2015
2 180 

Disks is a simple alias for displaying system disk usage. It also demonstrates a bit of 'spaghetti code' with a /goto label jump.

raccoon commented on a Page, Help; Trigger Command  -  Feb 06, 2015

This is not the place to ask for help or support for mIRC scripting. The correct place is the mIRC Forums.

Hawkee is a place to feature content you have created and to collaborate with other users.

 Respond  
raccoon commented on a Page, Official mIRC forums announcement  -  Feb 01, 2015

What about a feature to only track posts sent by Khaled?

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.