Squishy.Irc.IrcClient.OnChanCreationTime C# (CSharp) 메소드

OnChanCreationTime() 보호된 메소드

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
리턴 void
        protected virtual void OnChanCreationTime(IrcChannel chan, DateTime creationTime)
        {
        }