From c88fb0329b4bbc028a21a5fbba2a680c66b16faf Mon Sep 17 00:00:00 2001 From: Anthony Rubick <68485672+AnthonyMichaelTDM@users.noreply.github.com> Date: Sun, 7 Sep 2025 19:13:23 -0500 Subject: [PATCH] take ownership of the event system --- CODEOWNERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 2212464..569510a 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -10,6 +10,8 @@ # jemmy1794 maintains the stream proxy module /src/mod/streamproxy @jemmy1794 -# AnthonyMichaelTDM maintains the plugins module +# AnthonyMichaelTDM maintains the plugins module, and event system /src/mod/plugins @AnthonyMichaelTDM /example/plugins @AnthonyMichaelTDM +/src/plugin_api.go @AnthonyMichaelTDM +/src/mod/eventsystem @AnthonyMichaelTDM