1. I'm looking for a solution to silently broadcasting version number. For instance, like dmb does when joining raids. What is the method they use to broadcast the version to the raid?

  2. With this you can send it: http://wowprogramming.com/docs/api/SendAddonMessage Remember that you need register prefix first.

  3. Thanks