Difference between revisions of "XDCC Commands"

From Xertion Wiki
Jump to navigation Jump to search
m (Protected "XDCC Commands" (‎[edit=sysop] (indefinite) ‎[move=sysop] (indefinite)) [cascading])
m (Making note of exception)
 
(2 intermediate revisions by 2 users not shown)
Line 35: Line 35:
  
 
Note:  
 
Note:  
* Do not include any square brackets '''''anywhere''''' when you input these commands.
+
* Do not include any square brackets '''''anywhere''''' when you input these commands. (Exception if brackets are in the botname)
 
* Replace [botname] with the name of the bot you wish to download from.
 
* Replace [botname] with the name of the bot you wish to download from.
 +
 +
Return to [[Main Page]]
  
 
[[Category:Commands]]
 
[[Category:Commands]]

Latest revision as of 04:13, 3 April 2022

  • HELP
    • -- /msg [botname] XDCC HELP -- Shows the supported user commands on the bot.
  • LIST
    • -- /msg [botname] XDCC LIST -- List all available packs on the bot.
    • -- /msg [botname] XDCC LIST [a]-[b] -- Lists packs on the bot with numbers between a and b.
  • STOP
    • -- /msg [botname] STOP -- Stops [botname] from listing packs.
  • SEND LIST
    • -- /msg [botname] XDCC SEND -1
    • -- /msg [botname] XDCC SEND LIST -- All 3 of these send you the bot's packlist as a text file, via DCC.
    • -- /msg [botname] XDCC GET LIST
  • SEARCH
    • -- /msg [botname] XDCC SEARCH search terms -- Gives a list of packs matching search terms.
  • INFO
    • -- /msg [botname] XDCC INFO [x] -- Gives info on pack with number x, including a description, filesize, amount of times it's been requested, md5sum, CRC32 and more.
  • SEND
    • -- /msg [botname] XDCC SEND [x] -- Request pack with number x from the bot.
    • -- /msg [botname] XDCC GET [x] -- Request pack with number x from the bot.
    • -- /msg [botname] XDCC SEND [x] [password] -- Request passworded pack with number x and password "password" from the bot.
    • -- /msg [botname] XDCC GET [x] [password] -- Request passworded pack with number x and password "password" from the bot.
  • BATCH
    • -- /msg [botname] XDCC BATCH [a]-[b] -- Request packs with numbers a to b, including a and b, from the bot.
    • -- /msg [botname] XDCC BATCH [a],[b],[c] -- Request packs with numbers [a],[b] and [c] from the bot.
    • -- /msg [botname] XDCC BATCH [a]-[b] [password] -- Request passworded packs with numbers a to b, including a and b, with password "password" from the bot.
    • -- /msg [botname] XDCC BATCH [a],[b],[c] [password] -- Request packs with numbers [a],[b] and [c], with password "password" from the bot.
    • -- /msg [botname] XDCC BATCH [a],[b],[c]-[d] -- Request packs with numbers a, b and c to d from the bot. (i.e, you can combine the two methods of saying which set of packs you want)
  • QUEUE
    • -- /msg [botname] XDCC QUEUE -- Shows the current packs you have queued to download from the bot, and the estimated time you have to wait.
  • REMOVE
    • -- /msg [botname] XDCC REMOVE - Remove all your currently queued packs from the queue on the bot.
    • -- /msg [botname] XDCC REMOVE ALL - Remove all your currently queued packs from the queue on the bot.
    • -- /msg [botname] XDCC REMOVE [x] - Remove pack with number x from the queue on the bot.
  • CANCEL
    • -- /msg [botname] XDCC CANCEL -- Cancel the currently running transfer from the bot.

Note:

  • Do not include any square brackets anywhere when you input these commands. (Exception if brackets are in the botname)
  • Replace [botname] with the name of the bot you wish to download from.

Return to Main Page