Beispiel #1
0
 /// <summary>
 /// Connects to all servers according to ServerDescriptors in separate threads and suspends itself in a loop waiting for console input
 /// </summary>
 public static void Run(ServerDescriptor[] servers, IConfig globalSettings)
 {
     Bot.Run(servers.ToList(), globalSettings);
 }