PHP Manual: ircg_ignore_add
ircg_ignore_add
Description
void ircg_ignore_add ( resource connection, string nick )
This function adds user nick to the ignore list of
the connection. Afterwards, IRCG will suppress all
messages from this user through the associated connection.
Parameters
connectionA connection resource handle returned by ircg_pconnect().
nickThe user to be ignored.