Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

plugin.config 563B

123456789101112131415161718192021222324252627
  1. # This is a DMDirc configuration file.
  2. # This section indicates which sections below take key/value
  3. # pairs, rather than a simple list. It should be placed above
  4. # any sections that take key/values.
  5. keysections:
  6. metadata
  7. updates
  8. version
  9. defaults
  10. metadata:
  11. author=Greg <greg@dmdirc.com>
  12. mainclass=com.dmdirc.addons.channelwho.ChannelWhoPlugin
  13. description=Sends WHOs to channels and optionally notifies of away states
  14. name=channelwho
  15. nicename=Channel Who
  16. updates:
  17. id=77
  18. version:
  19. friendly=0.1
  20. defaults:
  21. sendwho=false
  22. whointerval=60000