CrowdControlReport v0.1 - by Sarf

WHAT IT DOES
------------

It keeps track of mobs you Crowd Control, and reports when (and 
because of who) the crowd control breaks.

HOW IT WORKS
------------

It keeps track of your crowd controlled mob, noting any damage dealt to 
any target with the same name.
If a mob with the same name as your CC:d one breaks free, it assumes that 
the most recent person to hit a target with that name was to blame.

It is limited to the fact that it has to be within X yards (X is about 30)
from the CC:d target when it receives damage and breaks free from the CC.

It will not report warriors for breaking CC:d mobs, nor will it report 
yourself nor your pet (by default).

OPTIONAL DEPENDENCY
-------------------

CT_RaidAssist
It will not report CT_RaidAssist maintanks for breaking CC.

CREDITS
-------

All coding credits to MezHelper, from which I ripped 99% of the event 
handling code.

The addon was coded due to a thread on the EU (English) forums:
https://forums-en.wow-europe.com/thread.aspx?fn=wow-mage-en&t=198316&p=1
(thread may have expired, Acei from Twisting Nether was creator)

TODO
----

 * Allow to configure it using slash commands (irp)
 * Allow to configure it using GUI (double irp)
 * Localization (thankfully not my problem ^^)
 * Save/load options (whew! easy peasy)

CHANGELOG
---------

0.01 - created (coded without testing)