Example #1
0
 /**
  * @param string $auth
  * @return string
  */
 protected function getAuthLevel($auth)
 {
     return $this->irc->getAuthLevel($auth);
 }