ircg_who
Description
bool ircg_who ( resource connection, string mask [, bool ops_only] )
ircg_who() will request a list of users
whose nickname is matching the given mask.
The answer is sent to the output defined by ircg_set_file() or ircg_set_current().
Parameters
connectionA connection resource handle returned by ircg_pconnect().
maskA mask for the nickname.
ops_onlyThe optional parameter
ops_onlywill shrink the list to server operators only.
