Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ibid-pb-client(1) [debian man page]

IBID-PB-CLIENT(1)					     Ibid - Multi-protocol Bot						 IBID-PB-CLIENT(1)

NAME
ibid-pb-client - RPC Client for Ibid SYNOPSIS
ibid-pb-client [options...] message message ibid-pb-client [options...] plugin feature method [parameter...] ibid-pb-client -h DESCRIPTION
This utility is for passing events to a running Ibid bot, or executing RPC-exposed functions remotely. It communicates with the pb source on the Ibid. message is a text message as could be sent to the bot by an IM source. The message is processed normally by the bot. feature is the name of the feature to invoke exposed method method on, directly. parameters are passed directly to the method. They can be specified positionally or by key, using the same syntax as Python: key=value. They may be encoded in JSON, if not valid JSON they will be treated as strings. The output is a JSON-encoded response. OPTIONS
-s HOSTNAME, --server=SERVER Connect to the Ibid running on SERVER, by default it connects to localhost. -p FILE, --port=PORT Connect to the pb source running on port PORT, by default 8789. -h, --help Show a help message and exit. SEE ALSO
ibid(1), http://ibid.omnia.za.net/ Ibid 0.1 March 2010 IBID-PB-CLIENT(1)

Check Out this Related Man Page

IBID-DB(1)						     Ibid - Multi-protocol Bot							IBID-DB(1)

NAME
ibid-db - Database management utility for Ibid SYNOPSIS
ibid-db command [options...] DESCRIPTION
This utility is for offline management of your Ibid bot's database. Used for import, export, and upgrades. The export format is DBMS-agnostic and can be used to migrate between different databases. COMMANDS
-e FILE, --export=FILE Export DB contents to FILE. Export format is JSON. FILE can be - for stdin/stdout or can end in .gz for automatic gzip compression. -i FILE, --import=FILE Import DB contents from FILE as exported by this utility. FILE can be - for stdin/stdout or can end in .gz for automatic gzip compression. Note: The DB must be empty first. -u, --upgrade Upgrade DB schema to the latest version. You need to run this after upgrading your bot. Note: You should backup first. OPTIONS
--version Show the program's version and exit. -h, --help Show a help message and exit. -v, --verbose Turn on debugging output to stderr. FILES
ibid.ini Locates the database to act upon by looking for the [databases].ibid value in the bot configuration file in the current directory. SEE ALSO
ibid(1), ibid.ini(5), ibid-setup(1), http://ibid.omnia.za.net/ Ibid 0.1 March 2010 IBID-DB(1)
Man Page

11 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Chat program

Hi to all small question for someone extremely new to the subject. Could anyone point me in the direction of the source code for a client server, message passing program? Thanx for all your help (6 Replies)
Discussion started by: Mrchat
6 Replies

2. UNIX for Dummies Questions & Answers

Umask Issues

I am having a major issue with our server... In our web application, we have a feature by which a client can upload a file and submit the page... This was a feature which was working fine till recently...we changed the server and I guess some settings changed. Now it keeps throwing an apache... (3 Replies)
Discussion started by: chimpu
3 Replies

3. Post Here to Contact Site Administrators and Moderators

How do I create a forum bot?

*not sure if I posted this in the right place* How do I create a forum bot Like your gollum? (3 Replies)
Discussion started by: Max Mouse
3 Replies

4. Shell Programming and Scripting

how to append into array thru awk

hey champs, i have variable as field_dtls, which has values like CLIENT ID|FAMILY NAME|MIDDLE NAME|FIRST NAME|COUNTRY NAME|ADDRESS|NATIONAL ID|PASSPORT NUMBER so, echo "$field_dtls" CLIENT ID|FAMILY NAME|MIDDLE NAME|FIRST NAME|COUNTRY NAME|ADDRESS|NATIONAL ID|PASSPORT NUMBER but i... (2 Replies)
Discussion started by: manas_ranjan
2 Replies

5. Virtualization and Cloud Computing

No Brave Bot Hunters in CEP Land?

Tim Bass 12-18-2008 03:43 AM In August of this year, we issued the challenge,* The Bot Hunter: An Event Processing Challenge (Bot or Not). Not surprisingly, none of the “self-described CEP vendors” with grand claims of CEP greatness, responded.* Real-time detection of threats and opportunities,... (0 Replies)
Discussion started by: Linux Bot
0 Replies

6. Programming

message and method

Differentiate between the message and method. (2 Replies)
Discussion started by: robinglow
2 Replies

7. Shell Programming and Scripting

Bash Sockets ?

hey all, I have got these two examples of sockets: #!/bin/bash # Config NICK="UNIX-bot" SERVER="example" PORT=5555 CHANNEL="#de" exec 3<>/dev/tcp/${SERVER}/${PORT} echo "NICK ${NICK}" >&3 echo "USER ${NICK} 8 * : ${NICK}" >&3 echo "JOIN ${CHANNEL}" >&3 cat <&3 (1 Reply)
Discussion started by: eawedat
1 Replies

8. Programming

attach message at runtime

Hello, I have a client C and server C, the client connects to the server and sends a message. At runtime I want to attach to the message sent, a couple (x, y) Do you know a mechanism that allows me this? Thank you. Cordially. (5 Replies)
Discussion started by: chercheur857
5 Replies

9. Shell Programming and Scripting

How to fix my IMDB Script

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)
Discussion started by: lg2013
2 Replies

10. UNIX for Advanced & Expert Users

Any quick way to determine if the communication is encrypted

I have a java process running on serverA on port 9200 It connects & communicates with the database on serverB port 4222. Earlier I had not enabled encryption between them but now I have specified the java process on serverA to encryption communication by specifying the following on the java... (1 Reply)
Discussion started by: mohtashims
1 Replies

11. What is on Your Mind?

Very Funny and Somewhat Amazing 2006 Chat Bot Chat

Working on the badging system, Just found this old thread for 2006 and started reading it. ROTFL ... what a great discussion between forum members and our chat bot Gollum "back in the good old days"... You must check this out if you want a laugh and big smile: ... (1 Reply)
Discussion started by: Neo
1 Replies