2005-04-03 16:35:54 +02:00
|
|
|
.\" Process this file with
|
2005-04-04 05:11:46 +02:00
|
|
|
.\" groff -man -Tascii supybot-plugin-create.1
|
2005-04-03 16:35:54 +02:00
|
|
|
.\"
|
2005-04-04 06:58:26 +02:00
|
|
|
.TH SUPYBOT-PLUGIN-CREATE 1 "APRIL 2005"
|
2005-04-03 16:35:54 +02:00
|
|
|
.SH NAME
|
2005-04-04 06:58:26 +02:00
|
|
|
supybot-plugin-create \- A wizard for creating Supybot plugins
|
2005-04-03 16:35:54 +02:00
|
|
|
.SH SYNOPSIS
|
2005-04-04 06:58:26 +02:00
|
|
|
.B supybot-plugin-create
|
2005-04-03 16:35:54 +02:00
|
|
|
.RI [ options ]
|
|
|
|
.SH DESCRIPTION
|
2005-04-04 06:58:26 +02:00
|
|
|
.B supybot-plugin-create
|
2005-04-03 16:35:54 +02:00
|
|
|
is a wizard that creates a template python source file for a new
|
|
|
|
.IR supybot (1)
|
|
|
|
plugin.
|
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
|
|
|
.B \-\^\-version
|
|
|
|
Show version of program.
|
|
|
|
.TP
|
|
|
|
.BR \-h ", " \-\^\-help
|
|
|
|
Show summary of options.
|
|
|
|
.TP
|
|
|
|
.BI \-n " NAME" "\fR,\fP \-\^\-name=" NAME
|
|
|
|
Sets the name for the plugin.
|
|
|
|
.TP
|
|
|
|
.BR \-t ", " \-\^\-thread
|
|
|
|
Makes the plugin threaded.
|
2005-04-04 05:11:46 +02:00
|
|
|
.TP
|
2005-04-04 06:58:26 +02:00
|
|
|
.BI \-\^\-real\-name= REALNAME
|
2005-04-04 05:11:46 +02:00
|
|
|
Specify what real name the copyright is assigned to.
|
2005-04-03 16:35:54 +02:00
|
|
|
.SH "SEE ALSO"
|
|
|
|
.IR python (1),
|
|
|
|
.IR supybot (1),
|
2005-04-04 06:58:26 +02:00
|
|
|
.IR supybot-test (1),
|
|
|
|
.IR supybot-botchk (1),
|
|
|
|
.IR supybot-wizard (1),
|
|
|
|
.IR supybot-adduser (1),
|
|
|
|
.IR supybot-plugin-doc (1)
|
2005-04-03 16:35:54 +02:00
|
|
|
.SH AUTHOR
|
2012-09-01 16:16:48 +02:00
|
|
|
This manual page was originally written by James McCoy
|
|
|
|
<vega dot james at gmail dot com>. Permission is granted to copy,
|
2005-04-03 16:35:54 +02:00
|
|
|
distribute and/or modify this document under the terms of the Supybot
|
2005-04-04 06:58:26 +02:00
|
|
|
license, a BSD-style license.
|