C# Class SBTwitter.Main

Inheritance: SBPlugin
Afficher le fichier Open project: xwcg/SpawnBot

Méthodes publiques

Méthode Description
Dispose ( ) : void

Private Methods

Méthode Description
AddFollow ( string channel, string tweeter ) : bool
DelFollow ( string channel, string tweeter ) : bool
Host_eventPluginChannelCommandReceived ( string name, string channel, string command, string parameters ) : void
Host_eventPluginChannelMessageReceived ( string name, string message, string channel ) : void
Host_eventPluginPrivateCommandReceived ( string name, string command, string parameters ) : void
InitFollow ( ) : void
InitFollow ( bool verbose ) : void
LoadConfig ( ) : bool
PollTwitterStatus ( string StatusId ) : string
SaveConfig ( ) : bool
stream_DisconnectMessageReceived ( object sender, Tweetinvi e ) : void
stream_MatchingTweetReceived ( object sender, Tweetinvi e ) : void
stream_WarningFallingBehindDetected ( object sender, Tweetinvi e ) : void
twitterStream_MatchingTweetReceived ( object sender, Tweetinvi e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void