C# 클래스 Hardly.Library.Twitch.TwitchIrcConnection

파일 보기 프로젝트 열기: hardlydifficult/HardlyBot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bot TwitchBot

공개 메소드들

메소드 설명
TwitchIrcConnection ( ITwitchFactory factory, TwitchBot bot, bool whisperServer ) : System

비공개 메소드들

메소드 설명
GetNextChatEvent ( ) : TwitchChatEvent
Join ( TwitchChatRoom room ) : void
Reconnect ( ) : bool
ReplaceVars ( string message ) : string
RespondToEvent ( TwitchChatEvent chatEvent ) : void
Run ( ) : void
SendChat ( TwitchConnection twitchConnection, string message ) : void
SendIrcMessage ( string message ) : void
SendWhisper ( TwitchUser speakee, string message ) : void

메소드 상세

TwitchIrcConnection() 공개 메소드

public TwitchIrcConnection ( ITwitchFactory factory, TwitchBot bot, bool whisperServer ) : System
factory ITwitchFactory
bot TwitchBot
whisperServer bool
리턴 System

프로퍼티 상세

bot 공개적으로 프로퍼티

public TwitchBot bot
리턴 TwitchBot