pisg.cfg 682 B

1234567891011121314151617181920212223242526
  1. # Config file for pisg (set up all your channels/logfiles here)
  2. #
  3. # For a list of all configuration options, see docs/pisg-doc.txt or
  4. # docs/html/index.html for a HTML version.
  5. #
  6. # Here is some basic examples, uncomment them to make them actually do
  7. # something.
  8. #
  9. # <user nick="Joe" alias="Joe^away Joe^work" pic="joe.jpg" link="joe@joe.com">
  10. #
  11. # <set FoulWords="ass bitch fuck" Maintainer="SomeMaintainer">
  12. #
  13. # <channel="#channel">
  14. # Logfile="channel2.log"
  15. # Format="mIRC"
  16. # Network="SomeIRCNet"
  17. # OutputFile="index.html"
  18. # </channel>
  19. #
  20. <channel="#foo">
  21. Logfile="/home/mbp/#GFX-Sweden.log"
  22. Format="mIRC6"
  23. Network="SomeIRCNet"
  24. Outputfile="index.html"
  25. </channel>