Guest User

Untitled

a guest
Apr 23rd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. on ^*:TEXT:!DL*:*: {
  2. if (%wow.fserv == On) {
  3. if ($send(0) >= %mp3.maxslots) { .msg $nick 7Slots Free:4 [ $calc(%wow.max.mp3slots - $send(0)) ] / [ %wow.max.mp3slots ] | halt }
  4. if ($2 != $null) {
  5. if ($3 == $null) {
  6. /unset %dlfile
  7. /set %dlfile $read -w* $+ $2 $+ * mp3.txt
  8. if (%dlfile == $null) { .msg $nick 7File not found! plz try again... | halt }
  9. /gggggg %dlfile
  10. .msg $nick 7Sending:3 [ $nopath(%dlfile) ]
  11. /echo 7 -at $nick is Downloading:  $+ $nopath(%dlfile) $+  Dl code: [ $2 ]
  12. /dcc send -c $nick $shortfn(%dlfile2)
  13. halt
  14. }
  15. }
  16. .msg $nick 7File not found! plz try again...
  17. }
  18. }
Add Comment
Please, Sign In to add comment