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

OnTopic() 보호된 메소드

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
리턴 void
        protected virtual void OnTopic(IrcUser user, IrcChannel chan, string text, bool initial)
        {
        }