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

ChanCreationTimeNotify() private method

private ChanCreationTimeNotify ( IrcChannel chan, System.DateTime creationTime ) : void
chan IrcChannel
creationTime System.DateTime
return void
        internal virtual void ChanCreationTimeNotify(IrcChannel chan, DateTime creationTime)
        {
            chan.ChanCreationTimeSentNotify(creationTime);
            OnChanCreationTime(chan, creationTime);
        }