pisg.cfg 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # Config file for pisg (set up all your channels/logfiles here)
  2. # For a list of all configuration options, see docs/pisg-doc.txt or
  3. # docs/html/index.html for a HTML version.
  4. <set maintainer ="Your nickname">
  5. <user nick="Sebastien" alias="Sebastien Sebastien-" sex="m" pic="seb.jpg">
  6. <set FoulWords="ass fuck bitch shit fucker cunt cock dick penis">
  7. <set ViolentWords="slaps beats kick hits smacks stabs">
  8. <set DailyActivity="31">
  9. <set PicLocation="pics/">
  10. <set ImagePath="pics/">
  11. <set PicHeight="50">
  12. <set PicWidth="55">
  13. <set ShowWpl="1">
  14. <set ShowCpl="1">
  15. <set ShowWords="1">
  16. <set ShowLineTime="1">
  17. <set ShowFoulLine="1">
  18. <set ShowMostNicks="1">
  19. <set ShowSmileys="1">
  20. <set ShowKarma="1">
  21. <set ShowMostActiveByHour="1">
  22. <set TopicHistory="10">
  23. <set KarmaHistory="15">
  24. <set NickTracking="1">
  25. <user nick="\" alias="">
  26. <user nick="x" ignore="y">
  27. <user nick="chanserv" ignore="y">
  28. <user nick="nickserv" ignore="y">
  29. <user nick="saslserv" ignore="y">
  30. <channel="#channel">
  31. Logfile="channel2.log"
  32. Format="mIRC"
  33. Network="SomeIRCNet"
  34. OutputFile="index.html"
  35. </channel>
  36. # (Eggdrop setup example)
  37. <channel="#pisg">
  38. LogDir="/home/user/eggdrop/logs/"
  39. LogPrefix="%23pisg."
  40. Format="eggdrop"
  41. Network="freenode"
  42. OutputFile="/var/www/html/eggy.html"
  43. </channel>