Show / Hide Table of Contents

Class UserModeMessage

A message used to set the mode of a user

Inheritance
System.Object
IrcMessage
UserModeMessage
Implements
IClientMessage
Inherited Members
IrcMessage.RegisterServerMessageType<TMessage>()
IrcMessage.RegisterServerMessageType<TMessage>(String)
IrcMessage.RegisterServerMessageType(Type)
IrcMessage.RegisterServerMessageType(Type, String)
IrcMessage.Create(ParsedIrcMessage)
IrcMessage.ToString()
IrcMessage.DateReceived
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: GravyIrc.Messages
Assembly: GravyIrc.dll
Syntax
public class UserModeMessage : IrcMessage, IClientMessage
Remarks

See https://tools.ietf.org/html/rfc1459#section-4.2.3.2 for available modes

Constructors

| Improve this Doc View Source

UserModeMessage(String, String)

Creates a new outbound message

Declaration
public UserModeMessage(string nick, string mode)
Parameters
Type Name Description
System.String nick

Nick of user to set mode for

System.String mode

Mode to set on user

Properties

| Improve this Doc View Source

Tokens

Declaration
public IEnumerable<string> Tokens { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>

Implements

IClientMessage
  • Improve this Doc
  • View Source
Back to top Generated by DocFX