summaryrefslogtreecommitdiff
path: root/doc/envbot.1
blob: cd09d004694334ced08a044012dffdf3578b6d33 (plain)
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
43
44
45
46
47
48
49
50
51
52
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
.TH ENVBOT "1" "July 2008" "envbot" "User Commands"
.SH NAME
envbot \- An advanced modular IRC bot in bash
.SH SYNOPSIS
.B envbot
[\fIOPTION\fR]...
.SH DESCRIPTION
envbot is an advanced modular IRC bot coded in bash.
.SH OPTIONS
.TP
\fB\-c\fR, \fB\-\-config\fR file
Use file instead of the default as config file.
.TP
\fB\-l\fR, \fB\-\-libdir\fR directory
Use directory instead of the default as library directory.
.TP
\fB\-v\fR, \fB\-\-verbose\fR
Force verbose output even if config_log_stdout is 0.
.TP
\fB\-d\fR, \fB\-\-debug\fR
Enable debugging code. Most likely pointless to anyone
except envbot developers or module developers.
.TP
\fB\-h\fR, \fB\-\-help\fR
Display this help and exit
.TP
\fB\-V\fR, \fB\-\-version\fR
Output version information and exit
.PP
Note that envbot can't handle short versions of options being written together like
\fB\-vv\fR currently.
.PP
Exit status is 0 if OK, 1 if minor problems, 2 if serious trouble.
.SH EXAMPLES
.TP
envbot
Runs envbot with default options.
.TP
envbot \fB\-c\fR bot.config
Runs envbot with the config bot.config.
.SH AUTHOR
Written by Arvid Norlander and EmErgE.
.SH "REPORTING BUGS"
Report bugs to http://envbot.org/trac/simpleticket
.SH COPYRIGHT
Copyright \(co 2007-2008 Arvid Norlander
.br
Copyright \(co 2007-2008 EmErgE
.br
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.