Quote:
Some kind of way to recieve RSS-feeds in mIRC(without having a lame bot doing the dirty job) would be greatly appreciated, probably not only by me.

Over and out /jip


There are many scripts already for this. Places like http://www.mircscripts.org/ have a bunch. If you don't like using other's scripts, then read up on sockets and write your own. If you look at the RSS "protocol" or the layout of most RSS feeds (just open a RSS feed in your browser), its quite easy to delineate what data goes to what field. All it is is XML, which is basically plain text, so you should have no problems grabbing the data.