C# Class wmib.Configuration.IRC

Mostra file Open project: benapetr/wikimedia-bot

Public Properties

Property Type Description
Hostname string
Ident string
Interval int
LoginNick string
LoginPw string
NetworkHost string
NickName string
Username string
UsingBouncer bool

Property Details

Hostname public_oe static_oe property

public static string Hostname
return string

Ident public_oe static_oe property

public static string Ident
return string

Interval public_oe static_oe property

Interval between messages are sent to server
public static int Interval
return int

LoginNick public_oe static_oe property

Login name
public static string LoginNick
return string

LoginPw public_oe static_oe property

Login pw
public static string LoginPw
return string

NetworkHost public_oe static_oe property

Network the bot is connecting to
public static string NetworkHost
return string

NickName public_oe static_oe property

Nick name
public static string NickName
return string

Username public_oe static_oe property

User name
public static string Username
return string

UsingBouncer public_oe static_oe property

Whether the bot is using external network module
public static bool UsingBouncer
return bool