C# Class Yaircc.Net.IRC.MessageFactory

Provides factory methods to instantiate Message classes.
ファイルを表示 Open project: rastating/yaircc

Private Methods

Method Description
AssimilateMessage ( Message message ) : Message

Assimilates the message into the appropriate subclass.

CreateFromUserInput ( string payload, string sourceChannel ) : MessageParseResult

Creates a new Message, encapsulating the data from the payload.

GetClassNameFromRawCommand ( string command ) : string

Gets the class name for the command that is being called in a raw command.

GetClassNameFromUserCommand ( string payload ) : string

Gets the class name for the command that is being called in a friendly message.