/* * verb.c * * Set/get the current verb from user * * (C) Frank Schmidt, Jesus@NorseMUD * */ #include <objects.h> static string query_verb() { return GLOBAL->query_verb(); }