ARS 2.x ONLY

ars_NTCheckRegisteredClient(user)

Check with the Notification System client to see if a user is registered.

On success
1 (True .. user is registered)
On failure
0 (False .. false user is not registered)

Example:

	ars_NTCheckRegisteredClient("joel") ||
		die "ars_NTCheckRegisteredClient: $ars_errstr";
      

<-- Back to Table of Contents