This website requires JavaScript.
Explore
Help
Register
Sign In
tom
/
hermes-client
Watch
1
Star
0
Fork
0
You've already forked hermes-client
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d4004d6230
hermes-client
/
Chat
/
MessageResult.cs
6 lines
94 B
C#
Raw
Normal View
History
Unescape
Escape
Added voice selection, username filter and word filter from hermes
2024-01-05 05:07:41 -05:00
public
enum
MessageResult
{
Added hermes websocket support. Added chat command support. Added selectable voice command via websocket. Added websocket heartbeat management.
2024-03-15 08:27:35 -04:00
None
=
0
,
NotReady
=
1
,
Blocked
=
2
,
Command
=
3
Added voice selection, username filter and word filter from hermes
2024-01-05 05:07:41 -05:00
}
Reference in New Issue
Copy Permalink