Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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}}"