| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- # Config file for pisg (set up all your channels/logfiles here)
- #
- # For a list of all configuration options, see docs/pisg-doc.txt or
- # docs/html/index.html for a HTML version.
- #
- # Here is some basic examples, uncomment them to make them actually do
- # something.
- #
- # <set maintainer ="John">
- # <user nick="John" alias="Jonathan Jo" sex="m" pic="john.jpg">
- # <set FoulWords="ass fuck bitch shit fucker cunt cock dick penis">
- # <set ViolentWords="slaps beats kick hits smacks stabs">
- # <set DailyActivity="31">
- # <set ShowWpl="1">
- # <set ShowCpl="1">
- # <set ShowWords="1">
- # <set ShowLineTime="1">
- # <set ShowFoulLine="1">
- # <set ShowMostNicks="1">
- # <set ShowSmileys="1">
- # <set ShowKarma="1">
- # <set ShowMostActiveByHour="1">
- # <set TopicHistory="10">
- # <set KarmaHistory="15">
- # <set NickTracking="1">
- #
- # <channel="#channel">
- # Logfile="channel2.log"
- # Format="mIRC"
- # Network="SomeIRCNet"
- # OutputFile="index.html"
- # </channel>
- #
- # (Eggdrop setup example)
- # <channel="#pisg">
- # LogDir="/home/user/eggdrop/logs/"
- # LogPrefix="%23pisg."
- # Format="eggdrop"
- # Network="freenode"
- # OutputFile="/var/www/html/eggy.html"
- # </channel>
- #
|