1PISG(1) General Commands Manual PISG(1)
2
3
4
6 pisg — Perl IRC Statistics Generator
7
9 pisg is a program which takes IRC logfiles and turns the into nice
10 looking stats, which can be amusing to show to the users of your chan‐
11 nel. It's quite simple to set up using command line parameters or a
12 configuration file.
13
15 These programs follow the usual GNU command line syntax, with long
16 options starting with two dashes (`--'). A summary of options is
17 included below.
18
19 -ch --channel=
20 Set channel name
21
22 -cc --cchannels=
23 Only do this channel from configuration file, give multiple
24 times to do multiple channels
25
26 -l --logfile=
27 Log file to parse
28
29 -o --outfile=
30 Name of HTML file to create
31
32 -t --tag= Replace %t in --outfile by argument
33
34 -ma --maintainer=
35 Channel/stats maintainer
36
37 -f --format=
38 Logfile format
39
40 -ne --network=
41 IRC network of the channel
42
43 -d --dir= Analyze all files in this directory. Ignores --logfile. Give
44 multiple times to use multiple directories.
45
46 -nf --nfiles=
47 Analyze the last n files if used with --dir
48
49 -p --prefix=
50 Analyze only files prefixed by something in dir. Only works
51 with --dir
52
53 -cf --cfg opt=value
54 Specify configuration options
55
56 -co --configfile=
57 Configuration file
58
59 -mo --moduledir=
60 Directory containing pisg modules
61
62 -s --silent
63 Suppress output (except error messages)
64
65 -v --version
66 Show version
67
68 -h --help Show help
69
71 The pisg manual is located in /usr/share/doc/pisg/.
72
74 This manual page was written by Julien Danjou acid@debian.org for the
75 Debian system (but may be used by others). Permission is granted to
76 copy, distribute and/or modify this document under the terms of the GNU
77 Free Documentation License, Version 1.1 or any later version published
78 by the Free Software Foundation; with no Invariant Sections, no Front-
79 Cover Texts and no Back-Cover Texts.
80
81
82
83 PISG(1)