C# Class Hardly.Library.Twitch.TwitchIrcConnection

ファイルを表示 Open project: hardlydifficult/HardlyBot Class Usage Examples

Public Properties

Property Type Description
bot TwitchBot

Public Methods

Method Description
TwitchIrcConnection ( ITwitchFactory factory, TwitchBot bot, bool whisperServer ) : System

Private Methods

Method Description
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

Method Details

TwitchIrcConnection() public method

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

Property Details

bot public_oe property

public TwitchBot bot
return TwitchBot