CCCP scripts
------------


seen.pl
-------
irc !seen script. Will output last time a users was seen on DC.
dc clients can send both private and public dctc messages. if 
bot gets a private message the response will be in private.

seen.pl uses dctc.log for parsing out times.

usage:
./seen.pl 
./seen.pl <dctcclient>


chat
----
Simple script that outputs all chat and priv messages.
usage:
./chat

deletequeue
-----------
Simple script that deletes all queued commands.
usage:
./deletequeue

delqueueask
--------
Interactive script that will ask you what queued commands to kill.
usage:
./delqueue


dlrobot.pl (mp3_robot, ebook_robot)
----------

dlrobot will monitor a search query and repeatedly try to download
all hits. If a file is allready in the done directory. The file
will be ignored.
 
usage:
./mp3_robot metallica 
or
./ebook_robot Isaac Asimov 


dlsearchresult
--------------
This a usefull script that I use often. It will download a query
returns from a cccp -s. 

usage:
cccp -s "*some search querey*1" | ./dlsearchresult

listall listall2
----------------

List all files from all users

usage:
./listall
or
./listall2

searchspider
------------
This script will connect to all hubs and do a query then go to the next
hub in the list.

You need to edit the script to add your query.

usage:
./searchspider

sorthublist
-----------
This small script will sort a hublist command by number of users in it.

usage:
./hublist | ./sorthublist


multihubsearch
--------------
This script will travers all hubs and look for a search query.

usage
./multihubsearch aMovie.mpg


fetch
-----

script that fetches packets ( FILE.000 -> FILE.050 etc.. )

usage
./fetch FILENAME PACKETS [SIZE [LPSIZE [NFO/SVF]]]


seg_list.pl
-----------

this script will list all current downloads and queues in
different colors.

usage:
./seg_list.pl
