C# 클래스 wmib.Extensions.RssFeed.RSS

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

공개 프로퍼티들

프로퍼티 타입 설명
m Module

공개 메소드들

메소드 설명
Construct ( ) : bool
Extension_DumpHtml ( Channel channel ) : string
Hook_BeforeSysWeb ( string &html ) : void
Hook_Channel ( Channel channel ) : void
Hook_OnRegister ( ) : bool
Hook_OnUnload ( ) : bool
Hook_PRIV ( Channel channel, libirc invoker, string message ) : void
Hook_SetConfig ( Channel chan, libirc invoker, string config, string value ) : bool
Load ( ) : void

메소드 상세

Construct() 공개 메소드

public Construct ( ) : bool
리턴 bool

Extension_DumpHtml() 공개 메소드

public Extension_DumpHtml ( Channel channel ) : string
channel Channel
리턴 string

Hook_BeforeSysWeb() 공개 메소드

public Hook_BeforeSysWeb ( string &html ) : void
html string
리턴 void

Hook_Channel() 공개 메소드

public Hook_Channel ( Channel channel ) : void
channel Channel
리턴 void

Hook_OnRegister() 공개 메소드

public Hook_OnRegister ( ) : bool
리턴 bool

Hook_OnUnload() 공개 메소드

public Hook_OnUnload ( ) : bool
리턴 bool

Hook_PRIV() 공개 메소드

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

Hook_SetConfig() 공개 메소드

public Hook_SetConfig ( Channel chan, libirc invoker, string config, string value ) : bool
chan Channel
invoker libirc
config string
value string
리턴 bool

Load() 공개 메소드

public Load ( ) : void
리턴 void

프로퍼티 상세

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

public static Module m
리턴 Module