diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-08-28 14:00:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-08-28 14:00:00 +0200 |
commit | 9d27c4bcad5fcea31b3e82a925920c3ecb688b56 (patch) | |
tree | 7e32036122a3a3bf5b6b4b5cfed05ce0fb7b05ff | |
parent | c474f2c9a7a1ee071413bedd6d494695d24a45c5 (diff) | |
download | vdr-9d27c4bcad5fcea31b3e82a925920c3ecb688b56.tar.gz vdr-9d27c4bcad5fcea31b3e82a925920c3ecb688b56.tar.bz2 |
Added a note about reserved SVDRP command names
-rw-r--r-- | PLUGINS.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PLUGINS.html b/PLUGINS.html index 7123f74c..203d8706 100644 --- a/PLUGINS.html +++ b/PLUGINS.html @@ -981,6 +981,9 @@ by exactly 4 blanks (no tabs), and none of them shall be longer than 79 characte (to avoid messy output on 80 character wide terminals). The last entry in the list must be NULL. <p> +The command names <tt>HELP</tt> and <tt>MAIN</tt> are reserverd and cannot +be used by a plugin. +<p> The actual processing of SVDRP commands for a plugin is done in its <tt>SVDRPCommand()</tt> function. Here's an example of such a function, which implements the commands advertised in |