C# 클래스 hitaBot.WS.ChatMessages.ChatMessages

파일 보기 프로젝트 열기: Hitakashi/hitaBot-WS

공개 메소드들

메소드 설명
SendBanUser ( HitboxChat client, string channel, string name ) : void
SendChannelUserInfo ( HitboxChat client, string channel, string name ) : void
SendChatMessage ( HitboxChat client, string channel, string name, string nameColor, string text ) : void
SendDirectMessage ( HitboxChat client, string channel, string from, string to, string nameColor, string text ) : void
SendJoinRequest ( HitboxChat client, string channel, string name, string token, bool notify, bool isAdmin ) : void
SendLogout ( HitboxChat client, string name ) : void
SendMakeMod ( HitboxChat client, string channel, string name, string token ) : void
SendMediaLog ( HitboxChat client, string channel, string type, string name, string token ) : void
SendRemoveMod ( HitboxChat client, string channel, string name, string token ) : void
SendSlowSubMode ( HitboxChat client, string channel, int time, bool sub ) : void
SendTimeoutUser ( HitboxChat client, string channel, string name, string token, int timeout ) : void
SendUnBanUser ( HitboxChat client, string channel, string name, string token ) : void
SendUserList ( HitboxChat client, string channel ) : void

메소드 상세

SendBanUser() 공개 정적인 메소드

public static SendBanUser ( HitboxChat client, string channel, string name ) : void
client HitboxChat
channel string
name string
리턴 void

SendChannelUserInfo() 공개 정적인 메소드

public static SendChannelUserInfo ( HitboxChat client, string channel, string name ) : void
client HitboxChat
channel string
name string
리턴 void

SendChatMessage() 공개 정적인 메소드

public static SendChatMessage ( HitboxChat client, string channel, string name, string nameColor, string text ) : void
client HitboxChat
channel string
name string
nameColor string
text string
리턴 void

SendDirectMessage() 공개 정적인 메소드

public static SendDirectMessage ( HitboxChat client, string channel, string from, string to, string nameColor, string text ) : void
client HitboxChat
channel string
from string
to string
nameColor string
text string
리턴 void

SendJoinRequest() 공개 정적인 메소드

public static SendJoinRequest ( HitboxChat client, string channel, string name, string token, bool notify, bool isAdmin ) : void
client HitboxChat
channel string
name string
token string
notify bool
isAdmin bool
리턴 void

SendLogout() 공개 정적인 메소드

public static SendLogout ( HitboxChat client, string name ) : void
client HitboxChat
name string
리턴 void

SendMakeMod() 공개 정적인 메소드

public static SendMakeMod ( HitboxChat client, string channel, string name, string token ) : void
client HitboxChat
channel string
name string
token string
리턴 void

SendMediaLog() 공개 정적인 메소드

public static SendMediaLog ( HitboxChat client, string channel, string type, string name, string token ) : void
client HitboxChat
channel string
type string
name string
token string
리턴 void

SendRemoveMod() 공개 정적인 메소드

public static SendRemoveMod ( HitboxChat client, string channel, string name, string token ) : void
client HitboxChat
channel string
name string
token string
리턴 void

SendSlowSubMode() 공개 정적인 메소드

public static SendSlowSubMode ( HitboxChat client, string channel, int time, bool sub ) : void
client HitboxChat
channel string
time int
sub bool
리턴 void

SendTimeoutUser() 공개 정적인 메소드

public static SendTimeoutUser ( HitboxChat client, string channel, string name, string token, int timeout ) : void
client HitboxChat
channel string
name string
token string
timeout int
리턴 void

SendUnBanUser() 공개 정적인 메소드

public static SendUnBanUser ( HitboxChat client, string channel, string name, string token ) : void
client HitboxChat
channel string
name string
token string
리턴 void

SendUserList() 공개 정적인 메소드

public static SendUserList ( HitboxChat client, string channel ) : void
client HitboxChat
channel string
리턴 void