EmperorFool
Deity
The last comment on the config file for Better Espionage is "Removed unused EspionageEventManager" so it's a goner. 
In general, BUG should have exactly one file with "EventManager" in its name: BugEventManager.py. Whenever we merge in a mod that has a custom event manager, we extract the events from it and toss out the rest. BUG's event manager dispatches events to all the modules that request them rather than having each module dispatch its own events.
While I don't have much time to work on BUG directly right now, you can always shoot me an email with code to review. I'll let ya know if there's a better or easier way to do something.

In general, BUG should have exactly one file with "EventManager" in its name: BugEventManager.py. Whenever we merge in a mod that has a custom event manager, we extract the events from it and toss out the rest. BUG's event manager dispatches events to all the modules that request them rather than having each module dispatch its own events.
While I don't have much time to work on BUG directly right now, you can always shoot me an email with code to review. I'll let ya know if there's a better or easier way to do something.
