SILC User modes. These indicate the status of the client in the SILC network.
#define SILC_UMODE_NONE 0x0000 /* Normal SILC user */ #define SILC_UMODE_SERVER_OPERATOR 0x0001 /* Server operator */ #define SILC_UMODE_ROUTER_OPERATOR 0x0002 /* Router (SILC) operator */ #define SILC_UMODE_GONE 0x0004 /* Client is gone */