public AudiencePlayersSys(TwitchNetworking theNetwork, IRCNetworkRecorder theRecorder) { network = theNetwork; recorder = theRecorder; chatSys = new ChatSys(this); }