Inheritance: CtcpEventArgs
 public void PluginsOnQueryAction(object sender, ActionEventArgs e)
 {
     OnQueryAction(this, e);
 }
 internal void HandleOnQueryAction(object sender, ActionEventArgs e)
 {
     if (OnQueryAction != null)
         OnQueryAction(this, e);
 }
 public void PluginsOnChannelAction(object sender, ActionEventArgs e)
 {
     OnChannelAction(this, e);
 }