mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-05 04:13:03 +02:00
progress on server refactor
This commit is contained in:
parent
78af798d68
commit
d497806443
13 changed files with 436 additions and 51 deletions
|
@ -1,5 +1,7 @@
|
|||
package event
|
||||
|
||||
const SYSTEM_DISCONNECT = "system/disconnect"
|
||||
|
||||
const SIGNAL_ANSWER = "signal/answer"
|
||||
const SIGNAL_PROVIDE = "signal/provide"
|
||||
|
||||
|
@ -15,11 +17,14 @@ const CONTROL_RELEASE = "control/release"
|
|||
const CONTROL_REQUEST = "control/request"
|
||||
const CONTROL_REQUESTING = "control/requesting"
|
||||
|
||||
// TODO
|
||||
const CHAT_MESSAGE = "chat/message"
|
||||
const CHAT_EMOJI = "chat/emoji"
|
||||
|
||||
const ADMIN_BAN = "admin/ban"
|
||||
const ADMIN_KICK = "admin/kick"
|
||||
const ADMIN_LOCK = "admin/lock"
|
||||
const ADMIN_MUTE = "admin/mute"
|
||||
const ADMIN_UNLOCK = "admin/unlock"
|
||||
const ADMIN_UNMUTE = "admin/unmute"
|
||||
const ADMIN_FORCE_CONTROL = "admin/force/control"
|
||||
const ADMIN_FORCE_RELEASE = "admin/force/release"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue