pisg.cfg 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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 something.
  7. <set maintainer ="John">
  8. <user nick="John" alias="Jonathan Jo" sex="m" pic="john.jpg">
  9. <set FoulWords="ass fuck bitch shit fucker cunt cock dick penis">
  10. <set ViolentWords="slaps beats kick hits smacks stabs">
  11. <set DailyActivity="31">
  12. <set ShowWpl="1">
  13. <set ShowCpl="1">
  14. <set ShowWords="1">
  15. <set ShowLineTime="1">
  16. <set ShowFoulLine="1">
  17. <set ShowMostNicks="1">
  18. <set ShowSmileys="1">
  19. <set ShowKarma="1">
  20. <set ShowMostActiveByHour="1">
  21. <set TopicHistory="10">
  22. <set KarmaHistory="15">
  23. <set NickTracking="1">
  24. <user nick="\" alias="">
  25. <user nick="chanserv" ignore="y">
  26. <user nick="nickserv" ignore="y">
  27. <user nick="saslserv" ignore="y">
  28. <channel="#channel">
  29. Logfile="channel2.log"
  30. Format="mIRC"
  31. Network="SomeIRCNet"
  32. OutputFile="index.html"
  33. </channel>
  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>