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

IsOn() 공개 메소드

Indicates wether or not this IrcClient is on the Channel with the specified name.
public IsOn ( string channame ) : bool
channame string
리턴 bool
        public bool IsOn(string channame)
        {
            return m_me.IsOn(channame);
        }