C# Class Meebey.SmartIrc4net.IrcMessageData

This class contains an IRC message in a parsed form
显示文件 Open project: NewEraCracker/LOIC Class Usage Examples

Public Methods

Method Description
IrcMessageData ( IrcClient ircclient, string from, string nick, string ident, string host, string channel, string message, string rawmessage, ReceiveType type, ReplyCode replycode )

Constructor to create an instace of IrcMessageData

Method Details

IrcMessageData() public method

Constructor to create an instace of IrcMessageData
public IrcMessageData ( IrcClient ircclient, string from, string nick, string ident, string host, string channel, string message, string rawmessage, ReceiveType type, ReplyCode replycode )
ircclient IrcClient IrcClient the message originated from
from string combined nickname, identity and host of the user that sent the message (nick!ident@host)
nick string nickname of the user that sent the message
ident string identity (username) of the userthat sent the message
host string hostname of the user that sent the message
channel string channel the message originated from
message string message
rawmessage string raw message sent by the server
type ReceiveType message type
replycode ReplyCode message reply code