public bool GetMute(string channel)
 {
     return(RC_LastChange.GetMute(channel));
 }