|
NAMEbnchat - Battle.net text-based chat clientSYNOPSISbnchat [options] [servername [serverport]]DESCRIPTIONbnchat is a simple Battle.net client emulator that can be used as a minimal chat client with bnetd(1) in order to test certain aspects of the server configuration or to do server administration from the Unix command line. It is also compatible with FSGS servers, but has difficulty with real Battle.net servers.If no servername is specified, localhost is assumed. If no serverport is specified, 6112 is assumed. OPTIONS
NOTESThe terminal width is attempted to be determined at runtime but if it does not work you may need to try running resize(1). As a final act of desperation you can try setting the COLUMNS environmental variable.If SIGWINCH and its associated ioctl(2) are supported on your system, resizing the window while the program is running should immediately update width of the entry line. The current version is available with the bnetd distribution at: http://www.bnetd.org/
BUGSThis program assumes that the terminal will move to the beginning of the current line when the carriage return character (^M) is printed. It also assumes the backspace character (^H) will move one column to the left that character printed after that will replace those already on the screen.The terminal settings are not consulted for keybindings. The following are assumed:
SEE ALSObnetd(1)AUTHORRoss Combs (ross@bnetd.org)
Visit the GSP FreeBSD Man Page Interface. |