[IRCServices] XML Export <Status>

Andrew Church achurch at achurch.org
Thu Aug 23 15:04:22 PDT 2007


>Anyone have a clue what the integers stand for in the XML export
>
><nickinfo>
>	...
>	<status>4</nick>
>	...
></nickinfo>

These correspond to the status flags (NS_*) in modules/nickserv/nickserv.h;
the value is a bitwise-OR combination of those flags.  The interesting
flags are 2 (for forbidden nicknames) and 4 (for nicknames that do not
expire).

  --Andrew Church
    achurch at achurch.org
    http://achurch.org/