Merge pull request #349 from Mkaysi/supybot-plugin-create

Fix issue #153.
This commit is contained in:
Valentin Lorentz 2012-05-04 09:59:50 -07:00
commit febd90f107

View File

@ -241,7 +241,7 @@ def main():
threaded = yn('Does your plugin need to be threaded?')
realName = something(textwrap.dedent("""
What is your real name, so I can fill in the copyright and license
What is your real name, so I can fill in the copyright and license
appropriately?
""").strip())