C# Class IrcD.Modes.ChannelModes.ModeLimit

Inheritance: ChannelMode, IParameterC
Mostrar archivo Open project: FreeApophis/ircddotnet

Public Methods

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

Private Methods

Method Description
SetLimit ( string value ) : void

Method Details

Add() public method

public Add ( string parameter ) : string
parameter string
return string

HandleEvent() public method

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

ModeLimit() public method

public ModeLimit ( ) : System.Collections.Generic
return System.Collections.Generic