C# Class TwitchLib.Models.Client.WhisperParsing

Static class used for detecting whisper commands and messages.
Mostra file Open project: swiftyspiffy/TwitchLib

Public Methods

Method Description
detectedWhisperCommandReceived ( string message, string username, List commandIdentifiers ) : bool

Function used to detect if a whisper command was received or not.

detectedWhisperReceived ( string message, string username ) : bool

Function used to detect if a whisper was received or not.

Method Details

detectedWhisperCommandReceived() public static method

Function used to detect if a whisper command was received or not.
public static detectedWhisperCommandReceived ( string message, string username, List commandIdentifiers ) : bool
message string
username string
commandIdentifiers List
return bool

detectedWhisperReceived() public static method

Function used to detect if a whisper was received or not.
public static detectedWhisperReceived ( string message, string username ) : bool
message string
username string
return bool