Hmm default? I'll have to see if I can find it. Some addons interfere with the default. For example when someone dies it doesn't inform the server anymore (glitch?). Although I have some default events disabled.
Ty B)
Haven't heard of anything modifying it.
I'd say if you want to fully disable Add-Ons, you should do the following:
(Delay: 33) onRelay >> Self >> ToggleEventEnabled "(List all events that you want to disable in numerical order, separated by spaces)"
(Delay: 43) onRelay >> Self >> ToggleEventEnabled "(List all events that you want to disable in numerical order, separated by spaces)"
(Delay: 53) onRelay >> Self >> calcelEvents
I haven't put this in practice before, but it should work.