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