C# Class wmib.Extensions.Seen.ChannelRequest

Mostrar archivo Open project: benapetr/wikimedia-bot

Public Properties

Property Type Description
channel Channel
hostname_check bool
nick string
rg bool
source string

Public Methods

Method Description
ChannelRequest ( string _nick, string _source, Channel Channel, bool regexp ) : System

Method Details

ChannelRequest() public method

public ChannelRequest ( string _nick, string _source, Channel Channel, bool regexp ) : System
_nick string
_source string
Channel Channel
regexp bool
return System

Property Details

channel public_oe property

public Channel channel
return Channel

hostname_check public_oe property

public bool hostname_check
return bool

nick public_oe property

public string nick
return string

rg public_oe property

public bool rg
return bool

source public_oe property

public string source
return string