users.cfg 620 B

1234567891011121314151617181920212223
  1. # Users config file for pisg
  2. # This file is used for a couple of things:
  3. # - Setting aliases for nicks
  4. # - Setting nicks to be ignored
  5. # - Setting user pictures
  6. # - Setting links to users homepages/e-mails
  7. #
  8. # The format is quite simple.
  9. #
  10. # To add aliases to a user:
  11. # <user nick="Joe" alias="Joe^away Joe^work">
  12. #
  13. # To add a picture to a user:
  14. # <user nick="Joe" pic="joe.jpg">
  15. #
  16. # To ignore a nick:
  17. # <user nick="nameofbot" ignore="y">
  18. #
  19. # You don't have to make it over many lines, you could just as easily do:
  20. # <user nick="Joe" alias="Joe^away Joe^work" pic="joe.jpg" link="http://www.joe.com">
  21. #
  22. # Have fun.. :)