Quick fix to allow non-auth players to see who is online with do_who. I needed to fix this due to the menu login snippet I used from Joe Fabino. New players would log on, and think no one was online by choosing see who is online option. Vladaar If you need to contact me, and are too lazy to check other places that I have my email plastered all over this website here you go. vladaar@intelos.net In Handler.c around line 2482 /* * True if room is dark. */ bool room_is_dark( ROOM_INDEX_DATA *pRoomIndex ) { if ( !pRoomIndex ) { /* comment out this bug( "room_is_dark: NULL pRoomIndex", 0 ); */ } /* change return True; to return False; */ return FALSE;