C# Class wmib.CommandParams

Mostra file Open project: benapetr/wikimedia-bot Class Usage Examples

Public Properties

Property 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
return string

Message public_oe property

Full message sent by user including command prefix
public string Message
return string

Parameters public_oe property

All text that was after command
public string Parameters
return string

SourceChannel public_oe property

Channel in which this message was sent
public Channel,wmib SourceChannel
return Channel

SourceUser public_oe property

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

User public_oe property

User who sent this message
public libirc.UserInfo User
return libirc.UserInfo