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

OnChanCreationTime() protected method

Fires when the CreationTime of a Channel has been sent (raw 329)
protected OnChanCreationTime ( IrcChannel chan, System.DateTime creationTime ) : void
chan IrcChannel
creationTime System.DateTime
return void
        protected virtual void OnChanCreationTime(IrcChannel chan, DateTime creationTime)
        {
        }