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

OnTopic() protected method

Fires when the Topic for a Channel has been sent. Either when joining a Channel or when modified by a User.
protected OnTopic ( IrcUser user, IrcChannel chan, string text, bool initial ) : void
user IrcUser
chan IrcChannel
text string
initial bool
return void
        protected virtual void OnTopic(IrcUser user, IrcChannel chan, string text, bool initial)
        {
        }