Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rbot(1) [debian man page]

RBOT(1) 							   rbot man page							   RBOT(1)

NAME
rbot - IRC bot written in ruby SYNOPSIS
rbot [{[-d] | [--debug]} {[-h] | [--help]} {[-v] | [--version]} {[-l LEVEL] | [--loglevel LEVEL]} {[-b] | [--background]} {[-p PIDFILE] | [--pidfile PIDFILE]}] [confdir] DESCRIPTION
rbot starts the Rbot (ruby IRC bot). OPTIONS
This program follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -d, --debug Display debug information (very verbose). -h, --help Show summary of options. -v, --version Display version information. -l LEVEL, --loglevel LEVEL Sets the minimum log level verbosity. Possible values for the loglevel are 0 (DEBUG), 1 (INFO), 2 (WARN), 3 (ERROR), 4 (FATAL). The default loglevel is 1 (INFO messages). The logfile is located at BOTDIR/BOTNAME.log and doesn't contain IRC logs (which are located at BOTDIR/logs/*), but only rbot diagnostic messages. -b, --background Background (daemonize) the bot. -p PIDFILE, --pidfile PIDFILE Write the bot pid to PIDFILE. The default pidfile is BOTDIR/rbot.pid. BOTDIR Path to the directory where are stored the bot's configuration files. The default config directory is ~/.rbot. 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 maintainer COPYRIGHT
Copyright (C) 2004-2009 Marc Dequenes (Duck) Copyright (C) 2010 Giuseppe Bilotta rbot 0.9.15 20100701 RBOT(1)

Check Out this Related Man Page

BALAZAR_BROTHERS(6)						  [FIXME: manual]					       BALAZAR_BROTHERS(6)

NAME
balazar_brothers - Balazar Brothers game SYNOPSIS
balazar_brothers [options...] [--single LOGIN PASSWORD] balazar_brothers [options...] [--server] balazar_brothers [options...] [--client HOST LOGIN PASSWORD] DESCRIPTION
balazar_brothers is a solo or multiplayer adventure/action game, taking place in a 3D fantasy world, with RPG-like dialogs, puzzles, and fights. OPTIONS
--single Starts a single player game. --server Starts a game server. --client Starts a client and connect to the specified server using specified credentials. If the login doesn't exist, a new player is created. --fullscreen Enters fullscreen mode at startup. --windowed Enters windowed mode at startup. --screensize WIDTH HEIGHT Sets the screen size (in pixel). --no-sound Disable sounds and music. --debug Enables debug output. --no-fps-limit Disable FPS limit, for benchmarking (default is to limit the FPS to 30). --saved-game-dir PATH Set the directory where games are saved and loaded to PATH (defaults to '~/.balazar_brothers'). --view Launch the server in graphical mode (server only, use TAB to switch player). --help Show summary of options. --version Display version information. AUTHOR
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 2 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. AUTHOR
Marc Dequenes Author. COPYRIGHT
Copyright (C) 2008 Marc Dequenes (Duck) [FIXME: source] 20080321 BALAZAR_BROTHERS(6)
Man Page