C# Class hitaBot.WS.ChatMessages.ChatMessages

显示文件 Open project: Hitakashi/hitaBot-WS

Public Methods

Method Description
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

Method Details

SendBanUser() public static method

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

SendChannelUserInfo() public static method

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

SendChatMessage() public static method

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

SendDirectMessage() public static method

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
return void

SendJoinRequest() public static method

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
return void

SendLogout() public static method

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

SendMakeMod() public static method

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

SendMediaLog() public static method

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

SendRemoveMod() public static method

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

SendSlowSubMode() public static method

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

SendTimeoutUser() public static method

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

SendUnBanUser() public static method

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

SendUserList() public static method

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