C# 클래스 SBTwitter.Main

상속: SBPlugin
파일 보기 프로젝트 열기: xwcg/SpawnBot

공개 메소드들

메소드 설명
Dispose ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void