C# 클래스 helpmebot6.Commands.Helper

Triggers an inter-channel alert
상속: helpmebot6.Commands.GenericCommand
파일 보기 프로젝트 열기: helpmebot/helpmebot

공개 메소드들

메소드 설명
Helper ( LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : System

Initialises a new instance of the Helper class.

보호된 메소드들

메소드 설명
ExecuteCommand ( ) : CommandResponseHandler

Actual command logic

비공개 메소드들

메소드 설명
RateLimit ( ) : bool

The rate limit.

메소드 상세

ExecuteCommand() 보호된 메소드

Actual command logic
protected ExecuteCommand ( ) : CommandResponseHandler
리턴 CommandResponseHandler

Helper() 공개 메소드

Initialises a new instance of the Helper class.
public Helper ( LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : System
source LegacyUser /// The source. ///
channel string /// The channel. ///
args string /// The args. ///
commandServiceHelper ICommandServiceHelper /// The message Service. ///
리턴 System