Class UserModeMessage
A message used to set the mode of a user
Implements
Inherited Members
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 SourceUserModeMessage(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 SourceTokens
Declaration
public IEnumerable<string> Tokens { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |