C# Class IrcD.Modes.ChannelModes.ModeInviteException

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

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

ModeInviteException() public method

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

Support() public method

public Support ( IrcDaemon ircDaemon ) : IEnumerable
ircDaemon IrcDaemon
return IEnumerable