您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

format.yml 326B

1234567891011
  1. ---
  2. DccChatStartingEvent:
  3. format: "Starting DCC Chat with: {{target}} on {{host}}:{{port}}..."
  4. DccChatSocketClosedEvent:
  5. format: "Socket closed."
  6. DccChatSocketOpenedEvent:
  7. format: "Socket opened."
  8. DccChatMessageEvent:
  9. format: "<{{nickname}}> {{message}}"
  10. DccChatSelfMessageEvent:
  11. format: "<{{nickname}}> {{message}}"