C# 클래스 wmib.Extensions.Seen

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

공개 프로퍼티들

프로퍼티 타입 설명
GlobalList List
SearchHostThread Thread
SearchThread Thread
Working bool
chan Channel
requests List
temp_nick string
temp_source string

공개 메소드들

메소드 설명
Construct ( ) : bool
FormatTimeSpan ( System.TimeSpan ts ) : string
Hook_ACTN ( Channel channel, libirc invoker, string message ) : void
Hook_BeforeSysWeb ( string &html ) : void
Hook_Join ( Channel channel, libirc user ) : void
Hook_Kick ( Channel channel, libirc source, string user ) : void
Hook_Nick ( Channel channel, libirc Target, string OldNick, string NewNick ) : void
Hook_OnPrivateFromUser ( string message, libirc user ) : bool
Hook_OnRegister ( ) : bool
Hook_OnUnload ( ) : bool
Hook_PRIV ( Channel channel, libirc invoker, string message ) : void
Hook_Part ( Channel channel, libirc user ) : void
Hook_Quit ( libirc user, string Message ) : void
Load ( ) : void
LoadData ( ) : void
RegEx ( string nick, Channel channel, string source ) : void
RegEx2 ( string nick, Channel channel, string source ) : void
RetrieveStatus ( string nick, Channel channel, string source ) : void
RetrieveStatus2 ( string nick, Channel channel, string source, bool by_host ) : void
RetrieveStatusOfHost ( string nick, Channel channel, string source ) : void
Save ( ) : void
Search ( ) : void
StartRegex ( ) : void
WriteStatus ( string nick, string host, string place, item action, string newnick = "", string reason = "" ) : void
getItem ( string nick ) : item

비공개 메소드들

메소드 설명
cmSeen ( CommandParams parameters ) : void
cmSeenHost ( CommandParams parameters ) : void
cmSeenOff ( CommandParams parameters ) : void
cmSeenOn ( CommandParams parameters ) : void
cmSeenrx ( CommandParams parameters ) : void

메소드 상세

Construct() 공개 메소드

public Construct ( ) : bool
리턴 bool

FormatTimeSpan() 공개 정적인 메소드

public static FormatTimeSpan ( System.TimeSpan ts ) : string
ts System.TimeSpan
리턴 string

Hook_ACTN() 공개 메소드

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

Hook_BeforeSysWeb() 공개 메소드

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

Hook_Join() 공개 메소드

public Hook_Join ( Channel channel, libirc user ) : void
channel Channel
user libirc
리턴 void

Hook_Kick() 공개 메소드

public Hook_Kick ( Channel channel, libirc source, string user ) : void
channel Channel
source libirc
user string
리턴 void

Hook_Nick() 공개 메소드

public Hook_Nick ( Channel channel, libirc Target, string OldNick, string NewNick ) : void
channel Channel
Target libirc
OldNick string
NewNick string
리턴 void

Hook_OnPrivateFromUser() 공개 메소드

public Hook_OnPrivateFromUser ( string message, libirc user ) : bool
message string
user libirc
리턴 bool

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_Part() 공개 메소드

public Hook_Part ( Channel channel, libirc user ) : void
channel Channel
user libirc
리턴 void

Hook_Quit() 공개 메소드

public Hook_Quit ( libirc user, string Message ) : void
user libirc
Message string
리턴 void

Load() 공개 메소드

public Load ( ) : void
리턴 void

LoadData() 공개 메소드

public LoadData ( ) : void
리턴 void

RegEx() 공개 메소드

public RegEx ( string nick, Channel channel, string source ) : void
nick string
channel Channel
source string
리턴 void

RegEx2() 공개 메소드

public RegEx2 ( string nick, Channel channel, string source ) : void
nick string
channel Channel
source string
리턴 void

RetrieveStatus() 공개 메소드

public RetrieveStatus ( string nick, Channel channel, string source ) : void
nick string
channel Channel
source string
리턴 void

RetrieveStatus2() 공개 메소드

public RetrieveStatus2 ( string nick, Channel channel, string source, bool by_host ) : void
nick string
channel Channel
source string
by_host bool
리턴 void

RetrieveStatusOfHost() 공개 메소드

public RetrieveStatusOfHost ( string nick, Channel channel, string source ) : void
nick string
channel Channel
source string
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

Search() 공개 메소드

public Search ( ) : void
리턴 void

StartRegex() 공개 메소드

public StartRegex ( ) : void
리턴 void

WriteStatus() 공개 메소드

public WriteStatus ( string nick, string host, string place, item action, string newnick = "", string reason = "" ) : void
nick string
host string
place string
action item
newnick string
reason string
리턴 void

getItem() 공개 메소드

public getItem ( string nick ) : item
nick string
리턴 item

프로퍼티 상세

GlobalList 공개적으로 프로퍼티

public List GlobalList
리턴 List

SearchHostThread 공개적으로 프로퍼티

public Thread SearchHostThread
리턴 Thread

SearchThread 공개적으로 프로퍼티

public Thread SearchThread
리턴 Thread

Working 공개적으로 프로퍼티

public bool Working
리턴 bool

chan 공개적으로 프로퍼티

public Channel chan
리턴 Channel

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

public static List requests
리턴 List

temp_nick 공개적으로 프로퍼티

public string temp_nick
리턴 string

temp_source 공개적으로 프로퍼티

public string temp_source
리턴 string