Function silc_client_command_find
SYNOPSIS
SilcClientCommand silc_client_command_find(SilcClient client,
const char *name);
DESCRIPTION
Finds and returns a pointer to the command list. Return NULL if the
command is not found. See the `command.[ch]' for the command list.