Method | Description | |
---|---|---|
detectCommandReceived ( string botUsername, string message, List |
[Works] Parse function to detect new commands.
|
|
detectConnected ( string message ) : bool |
[Works] Parse function to detect connected successfully
|
|
detectMessageReceived ( string message, List |
[Works] Parse function to detect new messages.
|
|
detectNewSubscriber ( string message, List |
Parse function to detect new subscriber
|
|
detectUserJoined ( string message, List |
[Works] Parse function to detect new viewers.
|
|
detectedChannelStateChanged ( string message, List |
[Works] Parse function to detect new channel state.
|
|
detectedChatColorChanged ( string message, List |
Parse function to detect chat color being changed successfully
|
|
detectedClearedChat ( string message, List |
Parse function to detect clearchat.
|
|
detectedExistingUsers ( string message, string username, List |
[Works] Parse function to detect existing user messages.
|
|
detectedHostLeft ( string message, List |
Parse function to detect host leaving.
|
|
detectedHostingStarted ( string message ) : bool |
[Works] Parse function to detect started hosting.
|
|
detectedHostingStopped ( string message ) : bool |
Parse function to detect stopped hosting.
|
|
detectedIncorrectLogin ( string message, List |
[Works] Parse function to detect failed login.
|
|
detectedMalformedOAuth ( string message, List |
[Works] Parse function to detect malformed oauth error.
|
|
detectedModeatorLeft ( string message, List |
[Works] Parse function to detect leaving moderators.
|
|
detectedModeratorJoined ( string message, List |
[Works] Parse function to detect new moderators.
|
|
detectedModeratorsReceived ( string message, List |
Parse function to detect list of moderators was received.
|
|
detectedPing ( string message ) : |
[Works] Parse function to detect PING messages.
|
|
detectedPong ( string message ) : |
[Works] Parse function to detect PONG messages.
|
|
detectedReSubscriber ( string message, List |
Parse function to detect resubscriptions.
|
|
detectedUserBanned ( string message, List |
Parse function to detect viewer was banned.
|
|
detectedUserLeft ( string message, List |
[Works] Parse function to detect leaving viewers.
|
|
detectedUserStateChanged ( string message, List |
[Works] Parse function to detect new user states.
|
|
detectedUserTimedout ( string message, List |
Parse function to detect a viewer was timedout.
|
|
getReadType ( string message, string channel ) : string |
Function returning the type of message received from Twitch
|
public static detectCommandReceived ( string botUsername, string message, List |
||
botUsername | string | |
message | string | |
channels | List |
|
_channelEmotes | MessageEmoteCollection | |
WillReplaceEmotes | bool | |
_commandIdentifiers | List |
|
return |
public static detectConnected ( string message ) : bool | ||
message | string | |
return | bool |
public static detectMessageReceived ( string message, List |
||
message | string | |
channels | List |
|
return |
public static detectNewSubscriber ( string message, List |
||
message | string | |
channels | List |
|
return |
public static detectUserJoined ( string message, List |
||
message | string | |
channels | List |
|
return |
public static detectedChannelStateChanged ( string message, List |
||
message | string | |
channels | List |
|
return |
public static detectedChatColorChanged ( string message, List |
||
message | string | |
channels | List |
|
return |
public static detectedClearedChat ( string message, List |
||
message | string | |
channels | List |
|
return |
public static detectedExistingUsers ( string message, string username, List |
||
message | string | |
username | string | |
channels | List |
|
return |
public static detectedHostLeft ( string message, List |
||
message | string | |
channels | List |
|
return |
public static detectedHostingStarted ( string message ) : bool | ||
message | string | |
return | bool |
public static detectedHostingStopped ( string message ) : bool | ||
message | string | |
return | bool |
public static detectedIncorrectLogin ( string message, List |
||
message | string | |
channels | List |
|
return |
public static detectedMalformedOAuth ( string message, List |
||
message | string | |
channels | List |
|
return |
public static detectedModeatorLeft ( string message, List |
||
message | string | |
channels | List |
|
return |
public static detectedModeratorJoined ( string message, List |
||
message | string | |
channels | List |
|
return |
public static detectedModeratorsReceived ( string message, List |
||
message | string | |
channels | List |
|
return |
public static detectedPing ( string message ) : |
||
message | string | |
return |
public static detectedPong ( string message ) : |
||
message | string | |
return |
public static detectedReSubscriber ( string message, List |
||
message | string | |
channels | List |
|
return |
public static detectedUserBanned ( string message, List |
||
message | string | |
channels | List |
|
return |
public static detectedUserLeft ( string message, List |
||
message | string | |
channels | List |
|
return |
public static detectedUserStateChanged ( string message, List |
||
message | string | |
channels | List |
|
return |
public static detectedUserTimedout ( string message, List |
||
message | string | |
channels | List |
|
return |
public static getReadType ( string message, string channel ) : string | ||
message | string | |
channel | string | |
return | string |