Beispiel #1
0
 public void TestChat()
 {
     ChatUtils.OnChatMessage += (s) => cfg.logger.Log(s);
     ChatUtils.ConnectToChat(api);
     Thread.Sleep(60000);
 }