Where Add-On by Xrakisis (marcusironfist@hotmail.com)
This will show the area your in when you type where.

+    AREA_DATA *pArea;


+    pArea = ch->in_room->area;

+        sprintf(buf, "You are in: %s\n\r", pArea->name);
+        send_to_char(buf,ch);

above
        send_to_char( "Players near you:\n\r", ch );