File: jsb-fleet.1

package info (click to toggle)
jsonbot 0.84.4-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 5,632 kB
  • sloc: python: 56,224; sh: 250; makefile: 25
file content (56 lines) | stat: -rw-r--r-- 1,647 bytes parent folder | download | duplicates (2)
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
53
54
55
56
.TH JSONBOT 1 "22 Nov 2011" "Debian GNU/Linux" "jsb manual"
.SH NAME
.B jsb-fleet \- The JSONBOT fleet program
.SH SYNOPSIS
.B jsb-fleet 
is the program where you can combine IRC bots and XMPP bots into one
program. 
.B 
.SH "DESCRIPTION"
.P
When you want to forward IRC to other bots you need an XMPP bot to let it
communicate with these bots. The
.B jsb-fleet
progam lets you combine IRC bots and XMPP bots to forward events to other
bots with a XMPP component running. Communication to GAE bots is also done
through XMPP.

.PP
.SH USAGE
.P
First run your bots with
.B jsb-irc
and
.B jsb-xmpp
, make sure they work. After
this you can run them all by starting 
.B jsb-fleet.
.P
.B Usage: jsb-fleet [options] [list of bot names]

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -a, --all             show available fleet bots
  -d DATADIR, --datadir=DATADIR
                        datadir of the bot
  -l LOGLEVEL, --loglevel=LOGLEVEL
                        loglevel of the bot
  -o OWNER, --owner=OWNER
                        owner of the bot
  -r PATH               resume the bot from the folder specified

.SH "DOCUMENTATION"
See http://jsonbot.org for more documentation or see
http://jsonbot.googlecode.com

.SH "SEE ALSO"
jsb(1), jsb-backup(1), jsb-init(1), jsb-irc(1), jsb-xmpp(1), jsb-tornado(1), jsb-stop(1),
jsb-udp(1), jsonbot(1)


.SH "SEE ALSO"
The program is documented fully on http://jsonbot.appspot.com/docs
.SH AUTHOR
This manual page was written by Bart Thate <bthate@gmail.com>,
for the Debian GNU/Linux system (but may be used by others).