|
| 1 | +.\" Process this file with |
| 2 | +.\" groff -man -Tascii limnoria.1 |
| 3 | +.\" |
| 4 | +.TH LIMNORIA 1 "JULY 2009" |
| 5 | +.SH NAME |
| 6 | +limnoria - A robust and user friendly Python IRC bot |
| 7 | +.SH SYNOPSIS |
| 8 | +.B limnoria |
| 9 | +.RI [ options ] " configFile |
| 10 | +.SH DESCRIPTION |
| 11 | +.B Limnoria |
| 12 | +is a robust, user-friendly, and programmer-friendly Python IRC bot. |
| 13 | +It aims to be an adequate replacement for most existing IRC bots. It |
| 14 | +includes a very flexible and powerful ACL system for controlling access |
| 15 | +to commands, as well as more than 50 builtin plugins providing around |
| 16 | +400 actual commands. |
| 17 | +.SH OPTIONS |
| 18 | +.TP |
| 19 | +.B \-\^\-version |
| 20 | +Show version of program. |
| 21 | +.TP |
| 22 | +.BR \-h ", " \-\^\-help |
| 23 | +Show summary of options. |
| 24 | +.TP |
| 25 | +.BR \-P ", " \-\^\-profile |
| 26 | +Enable profiling. |
| 27 | +.TP |
| 28 | +.BI \-n " NICK" "\fR,\fP \-\^\-nick=" NICK |
| 29 | +Nick the bot should use. |
| 30 | +.TP |
| 31 | +.BI \-u " USER" "\fR,\fP \-\^\-user=" USER |
| 32 | +Full username the bot should use. |
| 33 | +.TP |
| 34 | +.BI \-i " IDENT" "\fR,\fP \-\^\-ident=" IDENT |
| 35 | +Ident the bot should use. |
| 36 | +.TP |
| 37 | +.BR \-d ", " \-\^\-daemon |
| 38 | +Determines whether the bot will daemonize. This is a no-op on |
| 39 | +non-POSIX systems. |
| 40 | +.TP |
| 41 | +.B \-\^\-allow\-default\-owner |
| 42 | +Determines whether the bot will allow its defaultCapabilities not to |
| 43 | +include "\-owner", thus giving all users the owner capability by |
| 44 | +default. This is dumb, hence we require a command-line option to |
| 45 | +enable it. |
| 46 | +.TP |
| 47 | +.B \-\^\-allow\-root |
| 48 | +Determines whether the bot will be allowed to run as root. You do not |
| 49 | +want this. Do not do it. Even if you think you want it, you do not. |
| 50 | +.TP |
| 51 | +.B \-\^\-debug |
| 52 | +Determines whether some extra debugging stuff will be logged by this |
| 53 | +script. |
| 54 | +.SH "SEE ALSO" |
| 55 | +.IR python (1), |
| 56 | +.IR limnoria-test (1), |
| 57 | +.IR limnoria-botchk (1), |
| 58 | +.IR limnoria-wizard (1), |
| 59 | +.IR limnoria-adduser (1), |
| 60 | +.IR limnoria-plugin-doc (1), |
| 61 | +.IR limnoria-plugin-create (1) |
| 62 | +.SH AUTHOR |
| 63 | +This manual page was originally written by James McCoy |
| 64 | +<vega dot james at gmail dot com>. Permission is granted to copy, |
| 65 | +distribute and/or modify this document under the terms of the Limnoria |
| 66 | +license, a BSD-style license. |
0 commit comments