C# 클래스 wmib.CommandParams

파일 보기 프로젝트 열기: benapetr/wikimedia-bot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Command string
Message string
Parameters string
SourceChannel Channel
SourceUser libirc.UserInfo
User libirc.UserInfo

프로퍼티 상세

Command 공개적으로 프로퍼티

Only a command string
public string Command
리턴 string

Message 공개적으로 프로퍼티

Full message sent by user including command prefix
public string Message
리턴 string

Parameters 공개적으로 프로퍼티

All text that was after command
public string Parameters
리턴 string

SourceChannel 공개적으로 프로퍼티

Channel in which this message was sent
public Channel,wmib SourceChannel
리턴 Channel

SourceUser 공개적으로 프로퍼티

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

User 공개적으로 프로퍼티

User who sent this message
public libirc.UserInfo User
리턴 libirc.UserInfo