static void Main()
 {
     
     Application.EnableVisualStyles();
     Application.SetCompatibleTextRenderingDefault(false);
     TwitchBot bot = new TwitchBot("irc.twitch.tv", 6667, new string[] { "!NA", "!EU", "!cantbanthesemoves", "!time", }, "lezrecop");
     
     Application.Run(bot);
     
 }
 public WhisperBot(string i)
 {
     bot = new TwitchBot("199.9.253.59:80", 80 , null, "");
     Application.Run(bot);
 }