PHP Manual: ircg_oper
ircg_oper
Description
bool ircg_oper ( resource connection, string name, string password )
ircg_oper() will authenticate the logged in user
on connection as an IRC operator.
Parameters
connectionA connection resource handle returned by ircg_pconnect().
nameThe operator account name. Must be a registered IRC account.
passwordThe password associated with
name.