C# Class IrcD.Modes.ChannelModes.ModeLimit

Inheritance: ChannelMode, IParameterC
Afficher le fichier Open project: FreeApophis/ircddotnet

Méthodes publiques

Méthode Description
Add ( string parameter ) : string
HandleEvent ( CommandBase command, ChannelInfo channel, UserInfo user, List args ) : bool
ModeLimit ( ) : System.Collections.Generic

Private Methods

Méthode Description
SetLimit ( string value ) : void

Method Details

Add() public méthode

public Add ( string parameter ) : string
parameter string
Résultat string

HandleEvent() public méthode

public HandleEvent ( CommandBase command, ChannelInfo channel, UserInfo user, List args ) : bool
command CommandBase
channel IrcD.Channel.ChannelInfo
user UserInfo
args List
Résultat bool

ModeLimit() public méthode

public ModeLimit ( ) : System.Collections.Generic
Résultat System.Collections.Generic