示例#1
0
 /**
  * Function: GetNames()
  * Purpose:
  *  Sends the NAMES IRC command. Does nothing on twitch.
  */
 public void GetNames()
 {
     _irc.SendNamesCommand();
 }