$reguser.matchProperty

Returns a property of an entry in the registered user database
Syntax

$reguser.matchProperty(<user_mask>,<property_name>)

Description
Returns the value of the property identified by <property_name> and bound to the first entry matched by by <user_mask>.
If the property is not set, an empty string is returned.
If no entry matches <user_mask> this function returns an empty string and does not print any error.

    %property = $reguser.matchProperty(<user_mask>,<property_name>)
Is actually a shortcut for:

    %tmp = $reguser.match(<user_mask>)
    if("%tmp" != "")%property = $reguser.property(%tmp,<property_name>)
See also
Registered users database interface, Registered users database, [cmd]reguser.add[cmd], reguser.remove, reguser.addmask, reguser.list, [fnc]reguser.match[/fnc], [fnc]reguser.property[/fnc]

Main index, Function index
KVirc 3.0.0 documentation
Generated by diego at Sat Jul 13 15:37:55 2002