C# Class SBTwitter.Main

Inheritance: SBPlugin
Mostrar archivo Open project: xwcg/SpawnBot

Public Methods

Method Description
Dispose ( ) : void

Private Methods

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

public Dispose ( ) : void
return void