NakenBot 0.2.50 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News NakenBot 0.2.50 (Default branch)
# 1  
Old 12-29-2008
NakenBot 0.2.50 (Default branch)

NakenBot is a bot for Naken Chat servers. Itwritten in PHP and runs from the command line,with no Web server needed. It is a littleinformation bot support for stocks, weather, wordtranslation using Google translate, an 8-ballgame, an uptime feature, the ability to add andsearch bookmarks, show the time by timezone, listusers, and see who is online, and an adminpassword option that allows the admin to use thesay command.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
BNBOT(1)							BNETD User's Manual							  BNBOT(1)

NAME
bnbot - Battle.net text-based chat bot client SYNOPSIS
bnbot [options] servername [serverport] DESCRIPTION
bnbot is a simple program which will allow communication through the bot protocol of a Battle.net server from the command line. Input from stdin is sent to the server and output from the server is send to stdout. The interface is so simple that telnet(1) could be used. The only complicating factor is that a control-C character must be sent to the server before any other input. It is hoped that this program can be used with a scripting language like expect(1) to make creation of chat bots for Unix easier. To date, I don't know of anyone doing this. This program may also be used to test bot login permissions for accounts. If no servername is specified, localhost is assumed. If no serverport is specified, 6112 is assumed. OPTIONS
-h --help --usage Print usage information and exit. -v --version Print its version number and exit. NOTES
The current version is available with the bnetd distribution at: http://www.bnetd.org/ BUGS
The terminal settings are not consulted for keybindings. The following are assumed: ^H delete the character to the left of the cursor ^J accept current line ^M (return) accept current line ^T transpose the last two characters ^W delete word to the left of the cursor ^U delete the whole input line ^[ (escape) cancel the current input line ^? (delete) delete the character to the left of the cursor SEE ALSO
bnetd(1), bnchat(1) AUTHOR
Ross Combs (ross@bnetd.org) BNETD
11 June, 2000 BNBOT(1)