You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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