C# Class IrcD.Modes.ChannelModes.ModeBan

Inheritance: ChannelMode, IParameterListA
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
ModeBan ( ) : System.Collections.Generic
Remove ( string parameter ) : string
SendList ( UserInfo info, ChannelInfo chan ) : 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

ModeBan() public méthode

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

Remove() public méthode

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

SendList() public méthode

public SendList ( UserInfo info, ChannelInfo chan ) : void
info UserInfo
chan IrcD.Channel.ChannelInfo
Résultat void