mIRC Code Snippets by Ayon
(9)
Well finally after several hours of work and some regex help from guys on #help.script @ QuakeNet (you know who you are) i'm ready to release the first version of my rss feed reader.
I know there's..
This little thing strips html from a string
Usage:
$striphtml(html goes here)
Well as the title sais, this is a html encoder. I know it's not 100% correct atm, but it's a start.
Usage:
$htmlencode(html goes here)
This is a handy little thing to use if you want to simplify the use of hash tables...
Syntax:
$array(Table|N[,Item|N]) - Retrive array info
/array -new <Table> - Adds a new table
/array -item[add]..
Submitted to Script Addons... Hoping for the best
I've done some major updates on the script now, added a configuration dialog, and a more complete logging system...
Next will be to add a watch list... Hope to have it ready during this week..
I only added the socket part here. But it should give you a pretty good idea on how to manipulate it to work the way you want it to.
make all the action happen inside :)
I know this isn't much, but it is very helpfull, at least I think it is :) The syntax is really easy...
just do $now(type,<1-4>)[.o]
the o prop is optional and used to insert the oo in the..
I've just got back from a 9 year scripting break, then I started using AMIP and understood that I had to pick it up again :) So here's my first real attempt on something "usefull" :)
I know..