diff --git a/DOCUMENTATION/DEVELOPERS/EVENTS.txt b/DOCUMENTATION/DEVELOPERS/EVENTS.txt index 44a62bef74..e3181faadb 100644 --- a/DOCUMENTATION/DEVELOPERS/EVENTS.txt +++ b/DOCUMENTATION/DEVELOPERS/EVENTS.txt @@ -1496,6 +1496,3 @@ StartDocNav: Before outputting the docs Nav EndDocNav: After outputting the docs Nav - $nav: The DoclNav widget - -NodeInfoProtocols: List of protocols to be reported on NodeInfo requests -- &$protocols - Add protocol to the list so it is informed upon request diff --git a/plugins/Nodeinfo/EVENTS.txt b/plugins/Nodeinfo/EVENTS.txt new file mode 100644 index 0000000000..fab2b00356 --- /dev/null +++ b/plugins/Nodeinfo/EVENTS.txt @@ -0,0 +1,2 @@ +NodeInfoProtocols: List of protocols to be reported on NodeInfo requests +- &$protocols - Add protocol to the list so it is informed upon request