C# 클래스 IrcDotNet.TwitterBot

상속: BasicIrcBot
파일 보기 프로젝트 열기: IrcDotNet/IrcDotNet 1 사용 예제들

공개 메소드들

메소드 설명
TwitterBot ( ) : System

보호된 메소드들

메소드 설명
InitializeChatCommandProcessors ( ) : void
InitializeCommandProcessors ( ) : void
OnChannelMessageReceived ( IrcChannel channel, IrcMessageEventArgs e ) : void
OnChannelNoticeReceived ( IrcChannel channel, IrcMessageEventArgs e ) : void
OnChannelUserJoined ( IrcChannel channel, IrcChannelUserEventArgs e ) : void
OnChannelUserLeft ( IrcChannel channel, IrcChannelUserEventArgs e ) : void
OnClientConnect ( IrcClient client ) : void
OnClientDisconnect ( IrcClient client ) : void
OnClientRegistered ( IrcClient client ) : void
OnLocalUserJoinedChannel ( IrcLocalUser localUser, IrcChannelEventArgs e ) : void
OnLocalUserLeftChannel ( IrcLocalUser localUser, IrcChannelEventArgs e ) : void
OnLocalUserMessageReceived ( IrcLocalUser localUser, IrcMessageEventArgs e ) : void
OnLocalUserNoticeReceived ( IrcLocalUser localUser, IrcMessageEventArgs e ) : void

비공개 메소드들

메소드 설명
GetTwitterBotUser ( IrcUser ircUser ) : TwitterBotUser
ProcessChatCommandHome ( IrcClient client, IIrcMessageSource source, IList targets, string command, IList parameters ) : void
ProcessChatCommandListUsers ( IrcClient client, IIrcMessageSource source, IList targets, string command, IList parameters ) : void
ProcessChatCommandLogIn ( IrcClient client, IIrcMessageSource source, IList targets, string command, IList parameters ) : void
ProcessChatCommandLogOut ( IrcClient client, IIrcMessageSource source, IList targets, string command, IList parameters ) : void
ProcessChatCommandMentions ( IrcClient client, IIrcMessageSource source, IList targets, string command, IList parameters ) : void
ProcessChatCommandSend ( IrcClient client, IIrcMessageSource source, IList targets, string command, IList parameters ) : void
SanitizeTextForIrc ( string value ) : string
SendGreeting ( IrcLocalUser localUser, IIrcMessageTarget target ) : void
SendTweetInfo ( IrcClient client, IList targets, TwitterStatus tweet ) : void

메소드 상세

InitializeChatCommandProcessors() 보호된 메소드

protected InitializeChatCommandProcessors ( ) : void
리턴 void

InitializeCommandProcessors() 보호된 메소드

protected InitializeCommandProcessors ( ) : void
리턴 void

OnChannelMessageReceived() 보호된 메소드

protected OnChannelMessageReceived ( IrcChannel channel, IrcMessageEventArgs e ) : void
channel IrcChannel
e IrcMessageEventArgs
리턴 void

OnChannelNoticeReceived() 보호된 메소드

protected OnChannelNoticeReceived ( IrcChannel channel, IrcMessageEventArgs e ) : void
channel IrcChannel
e IrcMessageEventArgs
리턴 void

OnChannelUserJoined() 보호된 메소드

protected OnChannelUserJoined ( IrcChannel channel, IrcChannelUserEventArgs e ) : void
channel IrcChannel
e IrcChannelUserEventArgs
리턴 void

OnChannelUserLeft() 보호된 메소드

protected OnChannelUserLeft ( IrcChannel channel, IrcChannelUserEventArgs e ) : void
channel IrcChannel
e IrcChannelUserEventArgs
리턴 void

OnClientConnect() 보호된 메소드

protected OnClientConnect ( IrcClient client ) : void
client IrcClient
리턴 void

OnClientDisconnect() 보호된 메소드

protected OnClientDisconnect ( IrcClient client ) : void
client IrcClient
리턴 void

OnClientRegistered() 보호된 메소드

protected OnClientRegistered ( IrcClient client ) : void
client IrcClient
리턴 void

OnLocalUserJoinedChannel() 보호된 메소드

protected OnLocalUserJoinedChannel ( IrcLocalUser localUser, IrcChannelEventArgs e ) : void
localUser IrcLocalUser
e IrcChannelEventArgs
리턴 void

OnLocalUserLeftChannel() 보호된 메소드

protected OnLocalUserLeftChannel ( IrcLocalUser localUser, IrcChannelEventArgs e ) : void
localUser IrcLocalUser
e IrcChannelEventArgs
리턴 void

OnLocalUserMessageReceived() 보호된 메소드

protected OnLocalUserMessageReceived ( IrcLocalUser localUser, IrcMessageEventArgs e ) : void
localUser IrcLocalUser
e IrcMessageEventArgs
리턴 void

OnLocalUserNoticeReceived() 보호된 메소드

protected OnLocalUserNoticeReceived ( IrcLocalUser localUser, IrcMessageEventArgs e ) : void
localUser IrcLocalUser
e IrcMessageEventArgs
리턴 void

TwitterBot() 공개 메소드

public TwitterBot ( ) : System
리턴 System