(PHP 4 >= 4.0.5, PHP 5 <= 5.0.5)
ircg_kick — Kick a user out of a channel on server
Kick user nick from channel on server connected to by connection .
A connection resource handle returned by ircg_pconnect().
The channel name as #name.
The user to be kicked.
reason should give a short message describing why this action was performed.
如果成功则返回 TRUE,失败则返回 FALSE。