;### DSQ - DCC Send Queue.
;#   by dramz 2004.


;### Description:
;# - Allows you to create a list of files to be DCC sent to someone on IRC.
;#   Comes in handy when sending a lot of files.


;### FAQ
;# Q: How to load this script?
:# A: Start mIRC and type "/load -rs c:\path\to\script\dcc_queue_vX.X.mrc" in your status-window.
;#
;# Q: OK, the script is loaded! Now what?
;# A: After you have connected to a server, open a query-window to the one you want to send files to.
;#    Now, find the "DCC Send Queue"-menu when you right-click in the query-window.
;#    Add files and/or directories to the queue, and hit "Start sending files in queue".
;#
;# Q: Is the query-window-menu the only menu in this script?
;# A: Yes, there are no need for others.
;#
;# Q: How does this script work?
;# A: When you have added files to the DCC Send Queue and started sending files, it will send one file.
;#    After the first file is successfully sent, it will start sending the next file in the queue,
;#    and so on, and so forth, until there is no more files in the queue.
;#
;# Q: What is the point of this script?
;# A: I found it very annoying when sending alot of files at once, it quenched all of my bandwith. 
;#    With this script I am able to send multiple files one by one instead.
;#
;# Q: What happends if the one I'm sending files to, is changing nickname?
;# A: The script should be able to detect and adapt to the nickchange.
;#
;# Q: I got disconnected/closed mIRC/rebooted/the filsend was interrupted, now what?
;# A: Just open the query-window again, and click "Start sending files in queue" in the menu.
;#    If the recivers nickname isn't changed, it will restart sending files in queue.
;#
;# Q: The recivers nickname has changed and there is no queue for the new nickname, now what?
;# A: You can eather change the name of the queue in your mIRC-directory manually, or make a new queue.


;### ChangeLog:
;# 0.7
;# - Added the nicklist menu.
;# - Support for pauseing the queue.
;# - Various minor changes.
;# 0.6
;# - Added support for auto-resending on failure.
;# - Added support for setting a max DCC send speed limit.
;# - Fixed bug in how the directory path variabel was set when adding files.
;# 0.5
;# - Added nickchange awareness.
;# - Removed the extra set of windows, now just using the query-window.
;# 0.4
;# - Fix error when retreaving the filenamepath for queue lists.
;# 0.3
;# - Minor change in QueueListing.
;# 0.3
;# - Fixed version number.
;# - Removed a useless thingy in the manager-menu.
;# - Fixed lineseperator bug.
;# - Set DCC sendspeed limit on every send. (mIRC made a speedlimit of 8.5kbyte/s for the files in the queue for some reason)
;# - Changed the way to delete all files in queue, so it leves the current DCC send file untouched.
;# - Made a directory path memory for adding files.
;# 0.2
;# - Fixed some minor things in the nicklist menu, and added a option to remove existing queue for a user in the nicklist.
;# - Fixed so that multiple files can be added, not just one-by-one or whole directories.
;# - Made this changelog.
;# - Made the How-to
;# 0.1
;# - First beta. 

;# EOF.