From 6c8d2e159e7534e1867c0284230a7af3647fad2d Mon Sep 17 00:00:00 2001 From: Diogo Cordeiro Date: Mon, 15 Jul 2019 03:25:16 +0100 Subject: [PATCH] [DOCUMENTATION] Plugin events should be declared in the plugin's directory not in the core --- DOCUMENTATION/DEVELOPERS/EVENTS.txt | 3 --- plugins/Nodeinfo/EVENTS.txt | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 plugins/Nodeinfo/EVENTS.txt 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