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

OnJoin() protected method

Fires when the specified User joins the specified Channel.
protected OnJoin ( IrcUser user, IrcChannel chan ) : void
user IrcUser
chan IrcChannel
return void
        protected virtual void OnJoin(IrcUser user, IrcChannel chan)
        {
        }