When browsing thru the code in m_who.c i realised that there might be missing break; ?
case 'i': case 'I': fields |= WHO_FIELD_NIP; break; case 'l': case 'L': fields |= WHO_FIELD_IDL; case 'n': case 'N': fields |= WHO_FIELD_NIC; break; Shouldnt there be a "break" after the idle-field? In case not, i'm sorry :) /Crusader