C# 클래스 MCDawn.IRCBot

파일 보기 프로젝트 열기: jonnyli1125/MCDawn 1 사용 예제들

공개 메소드들

메소드 설명
GetChannelUsers ( string channel ) : List
IRCBot ( ) : System
IsConnected ( ) : bool
Reset ( ) : void
Say ( string msg, bool opchat = false ) : void

A simple say method for use outside the bot class

ShutDown ( ) : void

비공개 메소드들

메소드 설명
OnAction ( object sender, ActionEventArgs e ) : void
OnChanMessage ( object sender, IrcEventArgs e ) : void
OnCommand ( object sender, IrcEventArgs e ) : void
OnConnected ( object sender, EventArgs e ) : void
OnConnecting ( object sender, EventArgs e ) : void
OnDisconnected ( object sender, EventArgs e ) : void
OnJoin ( object sender, JoinEventArgs e ) : void
OnKick ( object sender, KickEventArgs e ) : void
OnNames ( object sender, NamesEventArgs e ) : void
OnNickChange ( object sender, NickChangeEventArgs e ) : void
OnPart ( object sender, PartEventArgs e ) : void
OnPrivMsg ( object sender, IrcEventArgs e ) : void
OnQuit ( object sender, QuitEventArgs e ) : void

메소드 상세

GetChannelUsers() 공개 정적인 메소드

public static GetChannelUsers ( string channel ) : List
channel string
리턴 List

IRCBot() 공개 메소드

public IRCBot ( ) : System
리턴 System

IsConnected() 공개 정적인 메소드

public static IsConnected ( ) : bool
리턴 bool

Reset() 공개 정적인 메소드

public static Reset ( ) : void
리턴 void

Say() 공개 정적인 메소드

A simple say method for use outside the bot class
public static Say ( string msg, bool opchat = false ) : void
msg string what to send
opchat bool
리턴 void

ShutDown() 공개 정적인 메소드

public static ShutDown ( ) : void
리턴 void