if a module does something like:
rules_invoke_event('some_event', $some_args)
this means it's "triggering" an action to all modules which have "attached" or are "listening" to this "some_event" event.
how do I "listen" to that event to fire off my own function in my module? havent seen anything on the documentation that
explains that.