NakenBot 0.3.70 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News NakenBot 0.3.70 (Default branch)
# 1  
Old 01-31-2009
NakenBot 0.3.70 (Default branch)

NakenBot is a bot for Naken Chat servers. It written in PHP and runs from the command line, with no Web server needed. It is a little information bot support for stocks, weather, word translation using Google translate, an 8-ball game, an uptime feature, the ability to add and search bookmarks, show the time by timezone, list users, and see who is online, and an admin password option that allows the admin to use the say command. License: Freeware Changes:
Bugs that caused the bot to crash were cleaned up. New commands were added. New Anti-SQL injection measures were added. You can now add speech to the bot with the !speech command. A new dictionary look up command was added. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
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)