C# Class IrcD.Channel.ChannelInfo

Inheritance: InfoBase
Show file Open project: FreeApophis/ircddotnet Class Usage Examples

Public Methods

Method Description
ChannelInfo ( string name, IrcDaemon ircDaemon ) : System.Collections.Generic
RemoveUser ( UserInfo user ) : void
WriteLine ( StringBuilder line ) : int
WriteLine ( StringBuilder line, UserInfo exception ) : int

Method Details

ChannelInfo() public method

public ChannelInfo ( string name, IrcDaemon ircDaemon ) : System.Collections.Generic
name string
ircDaemon IrcDaemon
return System.Collections.Generic

RemoveUser() public method

public RemoveUser ( UserInfo user ) : void
user UserInfo
return void

WriteLine() public method

public WriteLine ( StringBuilder line ) : int
line System.Text.StringBuilder
return int

WriteLine() public method

public WriteLine ( StringBuilder line, UserInfo exception ) : int
line System.Text.StringBuilder
exception UserInfo
return int