(PHP 4 >= 4.0.5)
ircg_ignore_add -- Add a user to your ignore list on a server
Description
boolean ircg_ignore_add (resource connection, string nick)
This function will add user nick to your ignore list on the server
connected to by connection. By doing so you will suppress all messages from this
user from being send to you.
See also: ircg_ignore_del().
|