FIXME in file /obj/mudlib/pshell.c line 133:

 This is a hack until the parser can tell me if a word is a verb.

Code:
	if(is_file(CMD_DIR_VERBS "/" + argv[0] + ".c"))
	    write(this_body()->nonsense());
	else
	    printf("I don't know the word: %s.\n", argv[0]);
