C# Class wmib.Extensions.Seen

Inheritance: Module
Afficher le fichier Open project: benapetr/wikimedia-bot

Méthodes publiques

Свойство Type Description
GlobalList List
SearchHostThread Thread
SearchThread Thread
Working bool
chan Channel
requests List
temp_nick string
temp_source string

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
cmSeen ( CommandParams parameters ) : void
cmSeenHost ( CommandParams parameters ) : void
cmSeenOff ( CommandParams parameters ) : void
cmSeenOn ( CommandParams parameters ) : void
cmSeenrx ( CommandParams parameters ) : void

Method Details

Construct() public méthode

public Construct ( ) : bool
Résultat bool

FormatTimeSpan() public static méthode

public static FormatTimeSpan ( System.TimeSpan ts ) : string
ts System.TimeSpan
Résultat string

Hook_ACTN() public méthode

public Hook_ACTN ( Channel channel, libirc invoker, string message ) : void
channel Channel
invoker libirc
message string
Résultat void

Hook_BeforeSysWeb() public méthode

public Hook_BeforeSysWeb ( string &html ) : void
html string
Résultat void

Hook_Join() public méthode

public Hook_Join ( Channel channel, libirc user ) : void
channel Channel
user libirc
Résultat void

Hook_Kick() public méthode

public Hook_Kick ( Channel channel, libirc source, string user ) : void
channel Channel
source libirc
user string
Résultat void

Hook_Nick() public méthode

public Hook_Nick ( Channel channel, libirc Target, string OldNick, string NewNick ) : void
channel Channel
Target libirc
OldNick string
NewNick string
Résultat void

Hook_OnPrivateFromUser() public méthode

public Hook_OnPrivateFromUser ( string message, libirc user ) : bool
message string
user libirc
Résultat bool

Hook_OnRegister() public méthode

public Hook_OnRegister ( ) : bool
Résultat bool

Hook_OnUnload() public méthode

public Hook_OnUnload ( ) : bool
Résultat bool

Hook_PRIV() public méthode

public Hook_PRIV ( Channel channel, libirc invoker, string message ) : void
channel Channel
invoker libirc
message string
Résultat void

Hook_Part() public méthode

public Hook_Part ( Channel channel, libirc user ) : void
channel Channel
user libirc
Résultat void

Hook_Quit() public méthode

public Hook_Quit ( libirc user, string Message ) : void
user libirc
Message string
Résultat void

Load() public méthode

public Load ( ) : void
Résultat void

LoadData() public méthode

public LoadData ( ) : void
Résultat void

RegEx() public méthode

public RegEx ( string nick, Channel channel, string source ) : void
nick string
channel Channel
source string
Résultat void

RegEx2() public méthode

public RegEx2 ( string nick, Channel channel, string source ) : void
nick string
channel Channel
source string
Résultat void

RetrieveStatus() public méthode

public RetrieveStatus ( string nick, Channel channel, string source ) : void
nick string
channel Channel
source string
Résultat void

RetrieveStatus2() public méthode

public RetrieveStatus2 ( string nick, Channel channel, string source, bool by_host ) : void
nick string
channel Channel
source string
by_host bool
Résultat void

RetrieveStatusOfHost() public méthode

public RetrieveStatusOfHost ( string nick, Channel channel, string source ) : void
nick string
channel Channel
source string
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

Search() public méthode

public Search ( ) : void
Résultat void

StartRegex() public méthode

public StartRegex ( ) : void
Résultat void

WriteStatus() public méthode

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
Résultat void

getItem() public méthode

public getItem ( string nick ) : item
nick string
Résultat item

Property Details

GlobalList public_oe property

public List GlobalList
Résultat List

SearchHostThread public_oe property

public Thread SearchHostThread
Résultat Thread

SearchThread public_oe property

public Thread SearchThread
Résultat Thread

Working public_oe property

public bool Working
Résultat bool

chan public_oe property

public Channel chan
Résultat Channel

requests public_oe static_oe property

public static List requests
Résultat List

temp_nick public_oe property

public string temp_nick
Résultat string

temp_source public_oe property

public string temp_source
Résultat string