C# Class wmib.Extensions.ChannelTools

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

Méthodes publiques

Méthode Description
Construct ( ) : bool
GetOp ( Channel chan ) : void
Hook_OnRegister ( ) : bool
Hook_OnUnload ( ) : bool
Hook_PRIV ( Channel channel, libirc invoker, string message ) : void

Private Methods

Méthode Description
Off ( CommandParams p ) : void
On ( CommandParams p ) : void
PermanentOff ( CommandParams p ) : void
PermanentOn ( CommandParams p ) : void
getUser ( string name, Channel c ) : libirc.User

Method Details

Construct() public méthode

public Construct ( ) : bool
Résultat bool

GetOp() public méthode

public GetOp ( Channel chan ) : void
chan Channel
Résultat void

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