ChannelModeListUnquietArgs Constructor |
Constructor for arguments class passed to the ChannelModeListUnquiet event
Namespace:
AdiIRCAPIv2.Arguments.ChannelModes
Assembly:
AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntaxpublic ChannelModeListUnquietArgs(
IChannel channel,
IUser byUser,
string banMask,
bool modeFirst,
bool modeLast,
string rawMessage,
string rawBytes,
DateTime serverTime,
IDictionary<string, string> messageTags,
EatData eatData
)
Parameters
- channel
- Type: AdiIRCAPIv2.Interfaces.IChannel
IChannel - byUser
- Type: AdiIRCAPIv2.Interfaces.IUser
IUser - banMask
- Type: System.String
string - modeFirst
- Type: System.Boolean
bool - modeLast
- Type: System.Boolean
bool - rawMessage
- Type: System.String
string - rawBytes
- Type: System.String
string - serverTime
- Type: System.DateTime
DateTime - messageTags
- Type: System.Collections.Generic.IDictionary<String, String>
IDictionary> - eatData
- Type: AdiIRCAPIv2.Enumerators.EatData
EatData>
See Also