C# Class IrcD.Modes.ChannelModes.ModeBan

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

Public Methods

Method Description
Add ( string parameter ) : string
HandleEvent ( CommandBase command, ChannelInfo channel, UserInfo user, List args ) : bool
ModeBan ( ) : System.Collections.Generic
Remove ( string parameter ) : string
SendList ( UserInfo info, ChannelInfo chan ) : 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

ModeBan() public method

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

Remove() public method

public Remove ( string parameter ) : string
parameter string
return string

SendList() public method

public SendList ( UserInfo info, ChannelInfo chan ) : void
info UserInfo
chan IrcD.Channel.ChannelInfo
return void