I use: $irc->getTopic('#channel'); But where is topic? $topic no, $data->topic no, $data->gettopic no... Where?
I get it this way:
$irc->getTopic($data->channel); $topic = $irc->channel[$data->channel]->topic;
Log in to post a comment.
I use: $irc->getTopic('#channel');
But where is topic? $topic no, $data->topic no, $data->gettopic no... Where?
I get it this way:
$irc->getTopic($data->channel);
$topic = $irc->channel[$data->channel]->topic;