C# Class wmib.Requests

Inheritance: wmib.Module
Mostrar archivo Open project: benapetr/wikimedia-bot

Public Properties

Property Type Description
RequestChannel string
pRequestsChannel Channel

Public Methods

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

Private Methods

Method 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 method

public Construct ( ) : bool
return bool

Hook_PRIV() public method

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

Load() public method

public Load ( ) : void
return void

Property Details

RequestChannel public_oe static_oe property

public static string RequestChannel
return 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
return Channel