TOKEN_ENABLED
if (!(tokenrec.flags & TOKEN_ENABLED))
tokenrec.flags = TOKEN_ENABLED | TOKEN_USEMODES;
if (process_record(*argv, ~TOKEN_ENABLED, 0)) {
if (process_record(*argv, ~TOKEN_ENABLED, TOKEN_ENABLED)) {
if (rec->flags & TOKEN_ENABLED) {
rec->flags & TOKEN_ENABLED ? "enabled" : "disabled");