C# Class OakBot.IrcMessage

ファイルを表示 Open project: ocgineer/OakBot Class Usage Examples

Public Methods

Method Description
IrcMessage ( string receivedLine, TwitchCredentials loggedinAccount ) : System

Constructor to be used to parse receoved IRC message.

IrcMessage ( string author, string message ) : System

Constructor to use to create manually an chat message.

Method Details

IrcMessage() public method

Constructor to be used to parse receoved IRC message.
public IrcMessage ( string receivedLine, TwitchCredentials loggedinAccount ) : System
receivedLine string Received IRC message.
loggedinAccount TwitchCredentials Account that is logged in to the IRC.
return System

IrcMessage() public method

Constructor to use to create manually an chat message.
public IrcMessage ( string author, string message ) : System
author string Author of the message.
message string Message content.
return System