IRC Gateway
PHP Manual

ircg_ignore_add

(PHP 4 >= 4.0.5, PHP 5 <= 5.0.5)

ircg_ignore_add — Add a user to your ignore list on a server

Опи�ание

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.

Спи�ок параметров

connection

A connection resource handle returned by ircg_pconnect().

nick

The user to be ignored.

Возвращаемые значени�

Эта функци� не возвращает значени� по�ле выполнени�.

Смотрите также


IRC Gateway
PHP Manual