Top

mIRC Code Snippets by Ayon

  (9)  
Sort by 
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..
Tags: feed  news  reader  regex  rss 
+ 1 likes
11 comment(s)    Score: 9.0    Platform: mIRC    Posted by Ayon on Jul 16, 2009
This little thing strips html from a string Usage: $striphtml(html goes here)
Tags: html  strip  tags 
+ 0 likes
1 comment(s)    Score: 0.0    Platform: mIRC    Posted by Ayon on Jul 16, 2009
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)
Tags: encoder  html 
+ 0 likes
2 comment(s)    Score: 0.0    Platform: mIRC    Posted by Ayon on Jul 16, 2009
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]..
Tags: array  hash  table 
+ 0 likes
0 comment(s)    Score: 0.0    Platform: mIRC    Posted by Ayon on Jun 05, 2009
Submitted to Script Addons... Hoping for the best
Tags: logging  nick  search 
+ 0 likes
0 comment(s)    Score: 0.0    Platform: mIRC    Posted by Ayon on Jun 01, 2009
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..
Tags: logging  nick  search 
+ 0 likes
4 comment(s)    Score: 0.0    Platform: mIRC    Posted by Ayon on May 24, 2009
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 :)
Tags: music  radio  shoutcast  sockets  stream  web 
+ 0 likes
1 comment(s)    Score: 0.0    Platform: mIRC    Posted by Ayon on May 20, 2009
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..
Tags: alias  date  helper  now  time 
+ 0 likes
1 comment(s)    Score: 0.0    Platform: mIRC    Posted by Ayon on May 20, 2009
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..
Tags: amip  control  mp3  panel 
+ 3 likes
8 comment(s)    Score: 7.3    Platform: mIRC    Posted by Ayon on May 09, 2009
Bottom