[This is preliminary documentation and is subject to change.]

Initializes a new instance of the IRCMessage class

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

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

See Also