2004-09-20 04:55:13 +02:00
|
|
|
.\" Process this file with
|
|
|
|
.\" groff -man -Tascii supybot-adduser.1
|
2004-09-16 20:51:08 +02:00
|
|
|
.\"
|
2004-09-20 04:55:13 +02:00
|
|
|
.TH SUPYBOT\-ADDUSER 1 "SEPTEMBER 2004"
|
|
|
|
.SH NAME
|
|
|
|
supybot\-adduser \- Adds a user to a Supybot users.conf file
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B supybot\-adduser
|
2004-09-20 19:01:36 +02:00
|
|
|
.RI [ options ] " users.conf
|
2004-09-20 04:55:13 +02:00
|
|
|
.SH DESCRIPTION
|
|
|
|
.B
|
|
|
|
supybot\-adduser
|
|
|
|
adds a user to the specified users.conf file.
|
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
|
|
|
.B \-\^\-version
|
|
|
|
Show version of program.
|
|
|
|
.TP
|
|
|
|
.BR \-h ", " \-\^\-help
|
|
|
|
Show summary of options.
|
|
|
|
.TP
|
2004-09-20 19:01:36 +02:00
|
|
|
.BR \-u " NAME" "\fR,\fP \-\^\-username=" NAME
|
2004-09-20 04:55:13 +02:00
|
|
|
Specifies the username to use for the new user.
|
|
|
|
.TP
|
|
|
|
.BR \-x ", " \-\^\-hashed
|
|
|
|
Hash encrypt the password.
|
|
|
|
.TP
|
|
|
|
.BR \-n ", " \-\^\-plain
|
|
|
|
Store the password in plain text.
|
|
|
|
.TP
|
2004-09-20 19:01:36 +02:00
|
|
|
.BR \-c " CAPABILITY" "\fR,\fP \-\^\-capability=" CAPABILITY
|
2004-09-20 04:55:13 +02:00
|
|
|
Capability the user should have; this option may be given
|
|
|
|
multiple times.
|
|
|
|
.SH "SEE ALSO"
|
|
|
|
.IR python (1),
|
|
|
|
.IR supybot (1),
|
|
|
|
.IR supybot\-wizard (1),
|
|
|
|
.IR supybot\-newplugin (1)
|
|
|
|
.SH AUTHOR
|
|
|
|
This manual page was originally written by James Vega
|
|
|
|
<vega dot james at gmail dot com>. Permission is granted to copy,
|
|
|
|
distribute and/or modify this document under the terms of the Supybot
|
|
|
|
license, a BSD\-style license.
|