JSONBOT(1) jsb manual JSONBOT(1)NAME
jsb-sleek - The JSONBOT Sleek (XMPP) program
SYNOPSIS
JSONBOT is a remote event-driven framework for building bots that talk JSON to each other over XMPP. jsb-sleek is the shell XMPP program
using the SleekXMPP library. see http://sleekxmpp.com
DESCRIPTION
jsb-sleek can connect to xmpp servers, join a conference and react on /msg.
USAGE
Usage: jsb-sleek [options]
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-r PATH resume the bot from the folder specified
-d DATADIR, --datadir=DATADIR
datadir of the bot
-u USER, --user=USER JID of the bot
-o OWNER, --owner=OWNER
owner of the bot
-s SERVER, --server=SERVER
server to connect to (irc)
-c CHANNEL, --channel=CHANNEL
channel to join
-l LOGLEVEL, --loglevel=LOGLEVEL
loglevel of the bot
-p PASSWORD, --password=PASSWORD
set password used to connect to the server
--name=NAME bot's name
--port=PORT set port of server to connect to
--save save to config file
-n NICK, --nick=NICK nick of the bot
DOCUMENTATION
See http://jsonbot.org or http://jsonbot.appspot.com/docs for more documentation
SEE ALSO jsb(1), jsb-backup(1), jsb-init(1), jsb-irc(1), jsb-fleet(1), jsb-stop(1), jsb-udp(1), jsb-xmpp(1)AUTHOR
This manual page was written by Bart Thate <bthate@gmail.com>, for the Debian GNU/Linux system (but may be used by others).
Debian GNU/Linux 22 Nov 2011 JSONBOT(1)
Check Out this Related Man Page
RBOT-REMOTE(1) rbot-remote man page RBOT-REMOTE(1)NAME
rbot-remote - IRC bot written in ruby
SYNOPSIS
rbot-remote {{[-u USER] | [--user USER]} {[-p PASSWORD] | [--password PASSWORD]}} [{[-d DEST] | [--destination DEST]} {[-r DRB_URI] |
[--uri DRB_URI]} {[-h] | [--help]} {[-a] | [--about]}]
DESCRIPTION
rbot-remote is a proof-of-concept example for rbot druby-based api. This program reads lines of text from the standard input and sends them
to a specified irc channel or user via rbot.
Make sure you have the remotectl plugin loaded and assigned the needed rights to the user before use.
OPTIONS
This program follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included
below.
-u USER, --user USER
Remote user.
-p PASSWORD, --password PASSWORD
Remote user password.
-d DEST, --destination DEST
Destination for message (user or channel).
-r DRB_URI, --uri DRB_URI
Rbot url.
-h, --help
Show summary of options.
-a, --about
Tell what it's all about.
VERSION
This manual page was written by Marc Dequenes (Duck) Duck@DuckCorp.org for the Debian(TM) system (but may be used by others). Permission is
granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version
published by the Free Software Foundation.
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
AUTHORS
Marc Dequenes <Duck@DuckCorp.org>
Debian(TM) package maintainer
Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
rbot-remote maintainer
COPYRIGHT
Copyright (C) 2004-2009 Marc Dequenes (Duck)
Copyright (C) 2010 Giuseppe Bilotta
rbot 0.9.15 20100701 RBOT-REMOTE(1)
Ok, I tried to install an openssh server, following the steps as told in the mandrakeuser docs.
When I try to connect to my Linux box (Mandrake 8.1), I get the following error:
ssh_exchange_identification: read: no such file or directory
Any idea? (2 Replies)
Hi All,
I ve written a small program to get started off with pthreads. I somehow feel the program doesnt meet the purpose. Please find the code and the output below. Please find my question at the bottom.
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
void *PrintThread1(void... (4 Replies)
Discussion started by: nhrraj
4 Replies
3. Post Here to Contact Site Administrators and Moderators
Hi all,
I cannot reach my SERVER from my NetBackup server connect through SERVER_prv ("cannot connect to client")
My SERVER was Sun OS 5.8, below is the message i get when i ping my SERVER:
# ping 192.168.X.X or
# ping SERVER_prv
ICMP Net Unreachable from gateway 172.16.102.XXX
for... (3 Replies)
Hello everyone,
I am by no means good at using the shell. I only know enough stuff to be very dangerous to myself and others lol.
Basically, I have UnixBench installed on my VPS server, but I have both 4.x and 5.x installed. I would like to remove the 4.x version from my server. How can I do... (2 Replies)
What I want to do is to connect to a server A (connected to a public IP) and forward the FTP connexion to server B (Connected to another public IP).
CLIENT ==>Debian SERVER A===> Debian SERVER B with ProFTPD
Passive FTP uses two ports, 21 that carries the commands and any port from about... (5 Replies)
Hello,
I am using IMDB bot file for my movie site..
But I get this message like this---Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or ${ (T_DOLLAR_OPEN_CURLY_BRACES) or {$ (T_CURLY_OPEN) in... (2 Replies)