clients.yml 273 B

123456789101112
  1. ircclient_a:
  2. name: <%= URI.escape CLIENT_A_NAME %>
  3. secret: <%= IRCCLIENT_A_SECRET %>
  4. type: 'IrcClient'
  5. room: room_a
  6. simclient_a:
  7. name: <%= URI.escape CLIENT_B_NAME %>
  8. secret: <%= SIMCLIENT_A_SECRET %>
  9. type: 'SimClient'
  10. room: room_b