C# Class Utility.RemoveTell

Inheritance: MBFunctionInterface.Function
Mostra file Open project: MatthewCox/MoronBot

Public Methods

Method Description
GetResponse ( BotMessage message ) : List
RemoveTell ( ) : System.Collections.Generic

A Function which allows the sender of a message to remove that message before it is received.

Method Details

GetResponse() public method

public GetResponse ( BotMessage message ) : List
message MBFunctionInterface.BotMessage
return List

RemoveTell() public method

A Function which allows the sender of a message to remove that message before it is received.
public RemoveTell ( ) : System.Collections.Generic
return System.Collections.Generic