Check whether the network is a user.
static bool isUser(int network) { return network & GROUP == USER; }