take ownership of other plugin related files

specifically, the stuff around the API that's exposed to plugins
This commit is contained in:
Anthony Rubick
2025-09-07 19:53:06 -05:00
parent c88fb0329b
commit a36357dc04

View File

@@ -10,8 +10,8 @@
# jemmy1794 maintains the stream proxy module # jemmy1794 maintains the stream proxy module
/src/mod/streamproxy @jemmy1794 /src/mod/streamproxy @jemmy1794
# AnthonyMichaelTDM maintains the plugins module, and event system # AnthonyMichaelTDM maintains the plugin and event systems
/src/mod/plugins @AnthonyMichaelTDM /src/mod/plugins @AnthonyMichaelTDM
/example/plugins @AnthonyMichaelTDM /example/plugins @AnthonyMichaelTDM
/src/plugin_api.go @AnthonyMichaelTDM /src/plugin_*.go @AnthonyMichaelTDM
/src/mod/eventsystem @AnthonyMichaelTDM /src/mod/eventsystem @AnthonyMichaelTDM