mIRC Code Snippets by Lindrian
(34)
This is pretty much alike my old ascii snippet, but I remade this one a bit. A friend asked for a script which will output the ascii in this way (output idea taken from TCLbot and "Scripting"..
This is a simple TinyURL converter. Simply type /tinyurl <url>
or //echo -a $tinyurl(url)
You can also type [.!@]tiny <link> or [.!@]tinyurl <link> in a channel to output the information.
Thanks..
First of all, I would like to say, I did NOT make this. Msmo is the original author, I just recoded some MINOR stuff and made a little smaller.
Im releasing this cause it is extremely useful when you..
This is my versions of mountaindews review search.
Command referance:
/reviews [#channel] [search criteria]
!reviews [search criteria]
Examples:
/reviews Wii - Searches for "Wii" and echos..
Website title fetcher by Lindrian
Simply paste into remotes and when someone says a URL it will trigger.
(You can't trigger it yourself, since there's no INPUT event.)
Enjoy! :)
Update: made it..
I recently started playing call of duty 4, so I thought, why not make a mirc script for it? Might come in handy.
I got the idea from this guy: http://www.hawkee.com/snippet/3708/
This is simply my version..
More in-detail info can be found in the forum post, here:
http://www.hawkee.com/phpBB2/viewtopic.php?p=79455#79455
This is a rather simplistic snippet I made for a friend.
It simply splits your text up.
$split.text(hiiiii,32) would echo "h i"
The format is $split.text(string,C,N)
Examples:
//noop $split.text(test,32,100)
//noop..
This is a simple "raw finder". you input your raw (name/number) and it opens a socket and retrieves information.
Syntax: /raw.find <number|name>
eg: /raw.find who
/raw.find 366
etc.
Why?
Well,..
This is a simple zBot, made to work somewhat like the Unreal IRCD's Zbot.
It's made for those servers that doesnt have a module of that sort.
It's very simple to use.
To manage it, you need Operator..
This is a simple tool to search (all) of the snippets on the site.
Simply type /hawkee <snippet> and wait for the result.
I made this while I was bored, it was a pain in the butt to make the regex..
I made this alias, mainly cause I was tried of having to type each letter on its own.
So now, all you have to do it:
//echo -a $asc_(this is some test) and it will return:
Converted (ascii) -> "..
I made this script for my own purpose, which was to update my Host menually, since sometimes MIRC's fails.
Simply paste into remotes and it does whats needed.
It doesnt include any error checking,..
Yes, I know this sort of snippets has been done a few million times, but I came up with the idea to use the original mirc.ini file as a source! Basically, you add your nicknames to the mirc highlight list,..
This script will the first letter of each sentence capitalized.
Just paste it in remotes, alt + r.
To exclude words, change the words in the %ex variable.
Thanks to atom_aw for the regsubex.
..