IrcDotNet.IrcClient.UnsetAway C# (CSharp) Method

UnsetAway() private method

private UnsetAway ( ) : void
return void
        internal void UnsetAway()
        {
            SendMessageAway();
        }
IrcClient