PHP Manual: ircg_kick
ircg_kick
Description
bool ircg_kick ( resource connection, string channel, string nick, string reason )
Kick user nick from
channel on server connected to by
connection.
Parameters
connectionA connection resource handle returned by ircg_pconnect().
channelThe channel name as #name.
nickThe user to be kicked.
reasonreasonshould give a short message describing why this action was performed.