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.

plugin.config 828B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. defaults
  9. version
  10. metadata:
  11. author=Shane <shane@dmdirc.com>
  12. mainclass=com.dmdirc.addons.identd.IdentdPlugin
  13. description=Answers ident requests from IRC servers
  14. name=identd
  15. nicename=Identd Plugin
  16. updates:
  17. id=15
  18. version:
  19. friendly=1.0
  20. provides:
  21. ident feature
  22. required-services:
  23. defaults:
  24. general.useUsername=false
  25. general.useNickname=false
  26. general.useCustomName=false
  27. general.customName=DMDirc-user
  28. advanced.alwaysOn=false
  29. advanced.port=113
  30. advanced.useCustomSystem=false
  31. advanced.customSystem=OTHER
  32. advanced.isHiddenUser=false
  33. advanced.isNoUser=false