part() public method

public part ( array $channels, mixed $msg = null )
$channels array
$msg mixed
Beispiel #1
0
 /**
  * @TODO DESCR
  * @param mixed $msg
  */
 public function part($msg = null)
 {
     $this->irc->part($this->name, $msg);
 }