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

PISG(1) 						      General Commands Manual							   PISG(1)

NAME
pisg -- Perl IRC Statistics Generator DESCRIPTION
pisg is a program which takes IRC logfiles and turns the into nice looking stats, which can be amusing to show to the users of your chan- nel. It's quite simple to set up using command line parameters or a configuration file. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`--'). A summary of options is included below. -ch --channel= Set channel name -cc --cchannels= Only do this channel from configuration file, give multiple times to do multiple channels -l --logfile= Log file to parse -o --outfile= Name of HTML file to create -t --tag= Replace %t in --outfile by argument -ma --maintainer= Channel/stats maintainer -f --format= Logfile format -ne --network= IRC network of the channel -d --dir= Analyze all files in this directory. Ignores --logfile. Give multiple times to use multiple directories. -nf --nfiles= Analyze the last n files if used with --dir -p --prefix= Analyze only files prefixed by something in dir. Only works with --dir -cf --cfg opt=value Specify configuration options -co --configfile= Configuration file -mo --moduledir= Directory containing pisg modules -s --silent Suppress output (except error messages) -v --version Show version -h --help Show help SEE ALSO
The pisg manual is located in /usr/share/doc/pisg/. AUTHOR
This manual page was written by Julien Danjou acid@debian.org for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version pub- lished by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. PISG(1)
Man Page