C# Class wmib.Configuration.IRC

Afficher le fichier Open project: benapetr/wikimedia-bot

Méthodes publiques

Свойство 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
Résultat string

Ident public_oe static_oe property

public static string Ident
Résultat string

Interval public_oe static_oe property

Interval between messages are sent to server
public static int Interval
Résultat int

LoginNick public_oe static_oe property

Login name
public static string LoginNick
Résultat string

LoginPw public_oe static_oe property

Login pw
public static string LoginPw
Résultat string

NetworkHost public_oe static_oe property

Network the bot is connecting to
public static string NetworkHost
Résultat string

NickName public_oe static_oe property

Nick name
public static string NickName
Résultat string

Username public_oe static_oe property

User name
public static string Username
Résultat string

UsingBouncer public_oe static_oe property

Whether the bot is using external network module
public static bool UsingBouncer
Résultat bool