C# Class Bot.Core.Messages.IrcSendMessage

Inheritance: TinyMessenger.TinyMessageBase
Mostrar archivo Open project: Crobol/Bot Class Usage Examples

Public Properties

Property Type Description
channel string
message string
sendType SendType
server string

Public Methods

Method Description
IrcSendMessage ( object sender, SendType sendType, string server, string channel, string message ) : System

Method Details

IrcSendMessage() public method

public IrcSendMessage ( object sender, SendType sendType, string server, string channel, string message ) : System
sender object
sendType SendType
server string
channel string
message string
return System

Property Details

channel public_oe property

public string channel
return string

message public_oe property

public string message
return string

sendType public_oe property

public SendType sendType
return SendType

server public_oe property

public string server
return string