Code Snippets by LIQUID_NiTrO
(17)
This simple alias is intended for the quick creation of otherwise tedious regexes used primarily in badword filter snippets.
What this alias does is take a simple English word and generate a regex that..
Tags:
badword
+ 0 likes
Alright, well here it is. Something I've been wanting to do for quite some time but never had the energy or motivation to get through. This is the beginning of hopefully my full script for online mIRC..
Tags:
poker
+ 0 likes
A simple and straightforward snippet that will scan for IRCops and echo the nickname and address of any that it finds to the active window. The scanning will be automatically performed when you join a..
+ 0 likes
This snippet does what $duration should do and converts a string like 2w4d10h3m2s into seconds. Usage is $lduration(string) where string should be formatted as above. Accepted time measures are the same..
+ 0 likes
I made this snippet for someone else here and decided it was good enough to add as a snippet. The syntax is <B>/getalert CHANNEL|ECHO</B>. Specifying a channel will cause it to send the alert..
+ 0 likes
Uses dnsstuff.com to give you the location of a given IP address. Most IP addresses will work. Syntax is <B>/trace [IP]</B>. It will also echo an extra line if the IP is a known proxy server.<BR>--EDIT--<BR>Sorry..
+ 0 likes
Couple of aliases dealing with cards. These were made for blackjack.<BR>The first is <B>$addcards(value1,...,valueN)</B> which adds the values of the cards, evaluating any letter other..
+ 0 likes
This is a basic auth system with lots of aliases to make implementation easy. It is very flexible and has all of the core functions done for you; it is designed to be a scripter's resource for when they..
+ 0 likes
This snippet is designed to take the pain out of looking for the targets of certain modes, etc. It was set up and tested on UnrealIRCd but should work for most servers.<BR>This is kinda hard to..
+ 0 likes
This is a regex version of the $findfile identifier.<BR>Note that this identifier will take a good while to evaluate if there are lots of files in the folder, since it has to check EVERY file to..
+ 0 likes
This is a basic quadratic calculator that will give you the roots of a quadratic equation. The output is given in both Radical format and Approximate format (which will actually be exact if the solution..
+ 0 likes
I got a bit bored so I decided to create an mIRC clock, which is displayed in the bottom right corner, just above the edit bar and just to the left of the scroll bar. It can display the time in either..
+ 0 likes
This is my most basic alias I've ever posted here, just returns the x-root of a number.<BR>I know you can do it with $calc, but doing that is a little complicated and for some of us math idiots confusing,..
+ 0 likes
This is a customizable dice rolling script ideal for RPing and use in "Pen-and-Paper" type RPGs, such as D&D and stuff. The syntax is a bit complicated:<BR><B>/advdice {Number}!{Sides}[+|-][Modifier]..
+ 0 likes




