Property | Type | Description | |
---|---|---|---|
bot | TwitchBot |
Method | Description | |
---|---|---|
TwitchIrcConnection ( ITwitchFactory factory, TwitchBot bot, bool whisperServer ) : System |
Method | Description | |
---|---|---|
GetNextChatEvent ( ) : |
||
Join ( |
||
Reconnect ( ) : bool | ||
ReplaceVars ( string message ) : string | ||
RespondToEvent ( |
||
Run ( ) : void | ||
SendChat ( TwitchConnection twitchConnection, string message ) : void | ||
SendIrcMessage ( string message ) : void | ||
SendWhisper ( TwitchUser speakee, string message ) : void |
public TwitchIrcConnection ( ITwitchFactory factory, TwitchBot bot, bool whisperServer ) : System | ||
factory | ITwitchFactory | |
bot | TwitchBot | |
whisperServer | bool | |
return | System |