From 1470d80a7a5cf217b43987c39edc93549b44fc5a Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 29 Sep 2003 05:53:21 +0000 Subject: [PATCH] Oops, said before instead of after, duplicating a question. --- scripts/supybot-wizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/supybot-wizard.py b/scripts/supybot-wizard.py index bb1ebf66f..fdc2405d4 100755 --- a/scripts/supybot-wizard.py +++ b/scripts/supybot-wizard.py @@ -558,7 +558,7 @@ if __name__ == '__main__': onStart.append(command) command = anything('Another command?') if yn('Would you like you add any commands to be given to the bot ' - 'before it connects to the server?') == 'y': + 'after it connects to the server?') == 'y': command = anything('What command? Just press enter when done.') while command: afterConnect.append(command)