pisg.cfg 1.1 KB

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