Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

quasselcore(1) [debian man page]

QUASSELCORE(1)															    QUASSELCORE(1)

NAME
quasselcore -- The daemon process for the Quassel IRC client. SYNPOSIS
quasselcore [OPTION]... OPTIONS
--add-user Starts an interactive session to add a new core user -h, --help Display this help and exit -p, --port=PORT The port quasselcore will listen at. Default is: 4242 -v, --version Display version information --select-backend=SELECT-BACKEND Starts an interactive session and switches your current storage backend to the new one. Attebackend supports migration. Otherwise prompts for new user credentials! --listen=LISTEN The address(es) quasselcore will listen on. Default is: 0.0.0.0,:: -l, --logfile=LOGFILE Path to logfile -c, --configdir=CONFIGDIR Specify the directory holding configuration files, the SQlite database and the SSL certificate --change-userpass=CHANGE-USERPASS Starts an interactive session to change the password of the user identified by username -n, --norestore Don't restore last core's state -d, --debug Enable debug output -L, --loglevel=LOGLEVEL Loglevel Debug|Info|Warning|Error. Default is: Info DESCRIPTION
Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core -- much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical. In addition to this uniqe feature, we aim to bring a pleasurable, comfortable chatting experience to all major platforms (including Linux(R), Windows(R), and MacOS X(R) as well as Qtopia-based cell phones and PDAs), making communication with your peers not only convenient, but also ubiquitous available. AUTHOR
This manual page was originally written by Thomas Mueller <thomas.mueller@tmit.eu>, for the Debian GNU/Linux 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 or any later version published by the Free Software Foundation. Quassel IRC Team, Internet. 0.7.1 QUASSELCORE(1)

Check Out this Related 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)
Man Page