From 4464083a3c7247119c3eacbef06563fc71716749 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Wed, 2 Oct 2013 11:35:15 +1300 Subject: [PATCH] updated help text --- core/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.py b/core/config.py index fad152c..a0372b6 100755 --- a/core/config.py +++ b/core/config.py @@ -25,7 +25,7 @@ class Config(dict): # if there is no config, show an error and die self.logger.critical("No config file found, bot shutting down!") print "No config file found! Bot shutting down in five seconds." - print "Copy 'cloudbot.default.json' to 'cloudbot.config.json' for defaults." + print "Copy 'config.default' to 'config.json' for defaults." print "For help, see http://git.io/cloudbotirc. Thank you for using CloudBot!" time.sleep(5) sys.exit()