Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
wmib
CommandParams
C# Class wmib.CommandParams
Show 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 property
Only a command string
public
string
Command
return
string
Message
public property
Full message sent by user including command prefix
public
string
Message
return
string
Parameters
public property
All text that was after command
public
string
Parameters
return
string
SourceChannel
public property
Channel in which this message was sent
public
Channel,wmib
SourceChannel
return
Channel
SourceUser
public property
If this is not null it was a private message sent by this user
public
libirc.UserInfo
SourceUser
return
libirc.UserInfo
User
public property
User who sent this message
public
libirc.UserInfo
User
return
libirc.UserInfo