.\"return the name of the current command
.DT
query_verb
$MUDNAME$ driver help
query_verb

.SH Name
.SI 5
query_verb() - return the name of the command currently being executed
.EI

.SH Synopsis
.SI 5
string query_verb( void );
.EI

.SH Description
.SP 5 5
Give the name of the current command, or 0 if not executing from a command.
This function is useful when several commands (verbs) may cause the same
function to execute and it is necessary to determine which verb it was
that invoked the function.
.EP

.SH See also
.SI 5
add_action()
.EI
