C# Class XG.Plugin.Irc.Parser.Types.ASaveBotMessageParser

Inheritance: AParser
Datei anzeigen Open project: lformella/xdcc-grabscher

Public Methods

Method Description
Parse ( Message aMessage ) : bool

Protected Methods

Method Description
ParseInternal ( Bot aBot, string aMessage ) : bool

Method Details

Parse() public method

public Parse ( Message aMessage ) : bool
aMessage Message
return bool

ParseInternal() protected abstract method

protected abstract ParseInternal ( Bot aBot, string aMessage ) : bool
aBot XG.Model.Domain.Bot
aMessage string
return bool