PHP Manual: ircg_topic
ircg_topic
Description
bool ircg_topic ( resource connection, string channel, string new_topic )
Change the topic for the channel.
Parameters
connectionA connection resource handle returned by ircg_pconnect().
channelThe channel name as #name.
new_topicThe new topic to be set.