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

IsOn() public method

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