4
0

pisg.cfg 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. # <set maintainer ="John">
  10. # <user nick="John" alias="Jonathan Jo" sex="m" pic="john.jpg">
  11. # <set FoulWords="ass fuck bitch shit fucker cunt cock dick penis">
  12. # <set ViolentWords="slaps beats kick hits smacks stabs">
  13. # <set DailyActivity="31">
  14. # <set ShowWpl="1">
  15. # <set ShowCpl="1">
  16. # <set ShowWords="1">
  17. # <set ShowLineTime="1">
  18. # <set ShowFoulLine="1">
  19. # <set ShowMostNicks="1">
  20. # <set ShowSmileys="1">
  21. # <set ShowKarma="1">
  22. # <set ShowMostActiveByHour="1">
  23. # <set TopicHistory="10">
  24. # <set KarmaHistory="15">
  25. # <set NickTracking="1">
  26. #
  27. # <channel="#channel">
  28. # Logfile="channel2.log"
  29. # Format="mIRC"
  30. # Network="SomeIRCNet"
  31. # OutputFile="index.html"
  32. # </channel>
  33. #
  34. # (Eggdrop setup example)
  35. # <channel="#pisg">
  36. # LogDir="/home/user/eggdrop/logs/"
  37. # LogPrefix="%23pisg."
  38. # Format="eggdrop"
  39. # Network="freenode"
  40. # OutputFile="/var/www/html/eggy.html"
  41. # </channel>
  42. #