Example #1
0
 private static void Client_OnDisconnected(object sender, TwitchLib.Communication.Events.OnDisconnectedEventArgs e)
 {
     BotTools.LogLine("RazBot lost connection to Twitch, reconnecting...");
     Client = NewTwitchConnection();
     Client.JoinChannel(CurrentChannel.ToLower());
 }
Example #2
0
 public static void LeaveChannel()
 {
     Client.LeaveChannel(CurrentChannel.ToLower());
 }