| SmartIrc4net API documentation |
|
IrcMessageData Constructor
Constructor to create an instace of IrcMessageData
Parameters
-
ircclient
- IrcClient the message originated from
-
from
- combined nickname, identity and host of the user that sent the message (nick!ident@host)
-
nick
- nickname of the user that sent the message
-
ident
- identity (username) of the userthat sent the message
-
host
- hostname of the user that sent the message
-
channel
- channel the message originated from
-
message
- message
-
rawmessage
- raw message sent by the server
-
type
- message type
-
replycode
- message reply code
See Also
IrcMessageData Class | Meebey.SmartIrc4net Namespace