Inheritance: IrcEventArgs
 internal void HandleOnBan(object sender, BanEventArgs e)
 {
     if (OnBan != null)
         OnBan(this, e);
 }
 public void PluginsOnBan(object sender, BanEventArgs e)
 {
     OnBan(this, e);
 }