Untitled
By: a guest | Feb 7th, 2010 | Syntax:
PHP | Size: 0.47 KB | Hits: 95 | Expires: Never
/*
private function joinChannels();
{
$this->Send('JOIN #lvp');
$this->Send('JOIN #bnc');
$this->Send('JOIN #lvp.echo');
$this->Send('JOIN #sa-mp.scripting');
$this->Send('JOIN #php');
$this->Send('JOIN #uvh');
}
private function partChannels();
{
$this->Send('PART #lvp');
$this->Send('PART #bnc');
$this->Send('PART #lvp.echo');
$this->Send('PART #sa-mp.scripting');
$this->Send('PART #php');
$this->Send('PART #uvh');
}
*/