Package server.chat


package server.chat
  • Class
    Description
    玩家聊天記錄服務(單例):把所有頻道的對話非同步寫入 chatlog 資料表,並每日清除超過保留期的舊記錄。
    玩家聊天記錄(chatlog 資料表)的頻道型別代碼。
    Pure-function tests for the chat-log ChatLogType enum and the stateless ChatLogService.isCommand(String) predicate (offline, no DB/Timer/單例).