protected virtual void DccSendStartEvent(DccEventArgs e) { OnDccSendStartEvent?.Invoke(this, e); Irc.DccSendStartEvent(e); }
protected virtual void DccChatRequestEvent(DccEventArgs e) { OnDccChatRequestEvent?.Invoke(this, e); Irc.DccChatRequestEvent(e); }
public void DccChatRequestEvent(DccEventArgs e) => OnDccChatRequestEvent?.Invoke(this, e);
public void DccSendStartEvent(DccEventArgs e) => OnDccSendStartEvent?.Invoke(this, e);
public void DccChatStopEvent(DccEventArgs e) => OnDccChatStopEvent?.Invoke(this, e);