Internet Direct (Indy) Version 9.0.1 Beta
TIdNNTPServer.OnCommandHelp
Specifies the NNTP HELP command event handler.

property OnCommandHelp: TBasicEvent;
Description
OnCommandHelp identifies the TGetEvent event handler used to respond to the NNTP HELP command, as described in RFC 977.

HELP is used to retrieve a brief summary of commands that are understood by this implementation of a NNTP server. Help text will be presented as a textual response, terminated by a single period on a line by itself.

Applications should assign a procedure to the event handler in order to respond to the NNTP command, or the server will return the default message:

  500 command not recognized