C# 클래스 wmib.Requests

상속: wmib.Module
파일 보기 프로젝트 열기: benapetr/wikimedia-bot

공개 프로퍼티들

프로퍼티 타입 설명
RequestChannel string
pRequestsChannel Channel

공개 메소드들

메소드 설명
Construct ( ) : bool
Hook_PRIV ( Channel channel, libirc invoker, string message ) : void
Load ( ) : void

비공개 메소드들

메소드 설명
Run ( ) : void
displayWaiting ( System.Boolean reportNoUsersWaiting ) : System.Boolean
formatReportLine ( ArrayList usernames, string requestedAccess ) : string
getWaitingUsernames ( string categoryName, string usernamePrintout ) : ArrayList

메소드 상세

Construct() 공개 메소드

public Construct ( ) : bool
리턴 bool

Hook_PRIV() 공개 메소드

public Hook_PRIV ( Channel channel, libirc invoker, string message ) : void
channel Channel
invoker libirc
message string
리턴 void

Load() 공개 메소드

public Load ( ) : void
리턴 void

프로퍼티 상세

RequestChannel 공개적으로 정적으로 프로퍼티

public static string RequestChannel
리턴 string

pRequestsChannel 공개적으로 프로퍼티

This is a reference / pointer to channel object where we want to report the requests to if it exists
public Channel,wmib pRequestsChannel
리턴 Channel