C# Class wmib.Requests

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

Méthodes publiques

Свойство Type Description
RequestChannel string
pRequestsChannel Channel

Méthodes publiques

Méthode Description
Construct ( ) : bool
Hook_PRIV ( Channel channel, libirc invoker, string message ) : void
Load ( ) : void

Private Methods

Méthode Description
Run ( ) : void
displayWaiting ( System.Boolean reportNoUsersWaiting ) : System.Boolean
formatReportLine ( ArrayList usernames, string requestedAccess ) : string
getWaitingUsernames ( string categoryName, string usernamePrintout ) : ArrayList

Method Details

Construct() public méthode

public Construct ( ) : 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

Load() public méthode

public Load ( ) : void
Résultat void

Property Details

RequestChannel public_oe static_oe property

public static string RequestChannel
Résultat string

pRequestsChannel public_oe property

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