-
Notifications
You must be signed in to change notification settings - Fork 25
/
pisg.cfg
42 lines (42 loc) · 1.12 KB
/
pisg.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# 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>
#