diff --git a/scripts/supybot-newplugin b/scripts/supybot-newplugin index 9824f2407..0b6bf3389 100755 --- a/scripts/supybot-newplugin +++ b/scripts/supybot-newplugin @@ -131,7 +131,7 @@ def main(): take a signficant amount of time to run, you'll want to thread them so they don't block the entire bot.""") print - threaded = (yn('Does your plugin need to be threaded?') == 'y') + threaded = yn('Does your plugin need to be threaded?') if threaded: threaded = 'threaded = True'