C# Class wmib.CommandParams

Afficher le fichier Open project: benapetr/wikimedia-bot Class Usage Examples

Méthodes publiques

Свойство Type Description
Command string
Message string
Parameters string
SourceChannel Channel
SourceUser libirc.UserInfo
User libirc.UserInfo

Property Details

Command public_oe property

Only a command string
public string Command
Résultat string

Message public_oe property

Full message sent by user including command prefix
public string Message
Résultat string

Parameters public_oe property

All text that was after command
public string Parameters
Résultat string

SourceChannel public_oe property

Channel in which this message was sent
public Channel,wmib SourceChannel
Résultat Channel

SourceUser public_oe property

If this is not null it was a private message sent by this user
public libirc.UserInfo SourceUser
Résultat libirc.UserInfo

User public_oe property

User who sent this message
public libirc.UserInfo User
Résultat libirc.UserInfo