C# Class fCraft.IRCMessage

Show file Open project: GlennMR/800craft Class Usage Examples

Public Methods

Method Description
IRCMessage ( string from, string nick, string ident, string host, string channel, string message, string rawMessage, IRCMessageType type, IRCReplyCode replycode )

Method Details

IRCMessage() public method

public IRCMessage ( string from, string nick, string ident, string host, string channel, string message, string rawMessage, IRCMessageType type, IRCReplyCode replycode )
from string
nick string
ident string
host string
channel string
message string
rawMessage string
type IRCMessageType
replycode IRCReplyCode