1SUPYBOT-PLUGIN-CREATE(1) General Commands Manual SUPYBOT-PLUGIN-CREATE(1)
2
3
4
6 supybot-plugin-create - A wizard for creating Supybot plugins
7
9 supybot-plugin-create [options]
10
12 supybot-plugin-create is a wizard that creates a template python source
13 file for a new supybot(1) plugin.
14
16 --version
17 Show version of program.
18
19 -h, --help
20 Show summary of options.
21
22 -n NAME, --name=NAME
23 Sets the name for the plugin.
24
25 -t, --thread
26 Makes the plugin threaded.
27
28 --real-name=REALNAME
29 Specify what real name the copyright is assigned to.
30
32 python(1), supybot(1), supybot-test(1), supybot-botchk(1), supybot-wiz‐
33 ard(1), supybot-adduser(1), supybot-plugin-doc(1)
34
36 This manual page was originally written by James Vega <jamessan at
37 supybot dot com>. Permission is granted to copy, distribute and/or
38 modify this document under the terms of the Supybot license, a BSD-
39 style license.
40
41
42
43 APRIL 2005 SUPYBOT-PLUGIN-CREATE(1)