C# Class Hardly.Library.Twitch.TwitchIrcConnection

Afficher le fichier Open project: hardlydifficult/HardlyBot Class Usage Examples

Méthodes publiques

Свойство Type Description
bot TwitchBot

Méthodes publiques

Méthode Description
TwitchIrcConnection ( ITwitchFactory factory, TwitchBot bot, bool whisperServer ) : System

Private Methods

Méthode 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 méthode

public TwitchIrcConnection ( ITwitchFactory factory, TwitchBot bot, bool whisperServer ) : System
factory ITwitchFactory
bot TwitchBot
whisperServer bool
Résultat System

Property Details

bot public_oe property

public TwitchBot bot
Résultat TwitchBot