예제 #1
0
파일: core.php 프로젝트: polerin/happybot
 protected function say($target, $message, $serverId = null)
 {
     return ConnectionManager::sendCommand("PRIVMSG {$target} :{$message}", $serverId);
 }