Node:sub-comment, Next:get-map, Previous:add-comment, Up:Protocol Requests
sub-comment [33] (( text-no : Text-No; comment-to : Text-No )) -> ( );
This call removes the text text-no
from comment-to
's list
of comments.
Example:
1 26 1 =1 2 22 12 17 6 97 4 197 1 5 4 256 1 1 { 3 2 } 1 26 2 =1 49 49 18 17 6 97 4 197 1 5 1 52 1 4 { 0 2 6 1 2 1 9 19 52 18 17 6 97 4 197 1 } 1 33 2 1 =1 1 26 1 =1 2 22 12 17 6 97 4 197 1 5 4 256 1 0 * 1 26 2 =1 49 49 18 17 6 97 4 197 1 5 1 52 1 2 { 0 2 6 1 }
In this example text 2 is a comment to text 1, as shown by the misc-info
lists of the two texts. The sub-comment
is called. The misc-info
lists are changed to reflect the change.
login-first
no-such-text
text-no
or comment-to
does not exist.
not-comment
text-no
is not a comment to comment-to
.
permission-denied
text-no
or not sender of the
comment and not enough privileges set and enable to complete the call
anyway.