C# Class IrcD.Modes.ChannelModes.ModeBanException

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
ModeBanException ( ) : System.Collections.Generic
Remove ( string parameter ) : string
SendList ( UserInfo info, ChannelInfo chan ) : void
Support ( IrcDaemon ircDaemon ) : IEnumerable

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

ModeBanException() public méthode

public ModeBanException ( ) : 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

Support() public méthode

public Support ( IrcDaemon ircDaemon ) : IEnumerable
ircDaemon IrcDaemon
Résultat IEnumerable