From a4aff250cc547a568c24ba37f1907af6547aab80 Mon Sep 17 00:00:00 2001 From: Daniel DiPaolo Date: Wed, 4 Feb 2004 15:45:13 +0000 Subject: [PATCH] Changed --enable-eval to --allow-eval to mesh with src/conf.py --- scripts/supybot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/supybot b/scripts/supybot index a7d4cdc09..167b7138a 100755 --- a/scripts/supybot +++ b/scripts/supybot @@ -112,7 +112,7 @@ if __name__ == '__main__': parser.add_option('-p', '--password', action='store', dest='password', default='', help='server password the bot should use') - parser.add_option('', '--enable-eval', action='store_true', + parser.add_option('', '--allow-eval', action='store_true', dest='allowEval', help='Determines whether the bot will ' 'allow the evaluation of arbitrary Python code.')