byond - Modules - TypesDefine Details

code/__DEFINES/ipcheck.dm

IPCHECK_UNKNOWN_INTERNAL_ERRORAn internal error occurred and the query cannot be processed
IPCHECK_RATE_LIMITED_DAYCannot query as we are rate limited for the rest of the day
IPCHECK_BAD_IPThe IP address is a VPN or bad IP
IPCHECK_GOOD_IPThe IP address is not a VPN or bad IP

Define Details

IPCHECK_BAD_IP

The IP address is a VPN or bad IP

IPCHECK_GOOD_IP

The IP address is not a VPN or bad IP

IPCHECK_RATE_LIMITED_DAY

Cannot query as we are rate limited for the rest of the day

IPCHECK_UNKNOWN_INTERNAL_ERROR

An internal error occurred and the query cannot be processed