[This is preliminary documentation and is subject to change.]
Initializes a new instance of the IRCMessage class
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)
Syntax
| C# |
public IRCMessage( string from, string nick, string ident, string host, string channel, string message, string rawMessage, IRCMessageType type, IRCReplyCode replycode )
Parameters
- from
- String
- nick
- String
- ident
- String
- host
- String
- channel
- String
- message
- String
- rawMessage
- String
- type
- IRCMessageType
- replycode
- IRCReplyCode