Squishy.Irc.IrcClient.OnBeforeSend C# (CSharp) Method

OnBeforeSend() protected method

Fires when something is sent by the Client. (When Client.SendNow(string) is called.)
protected OnBeforeSend ( string text ) : void
text string The line of text which is supposed to be sent.
return void
        protected virtual void OnBeforeSend(string text)
        {
        }