updated help text

This commit is contained in:
Luke Rogers 2013-10-02 11:35:15 +13:00
parent 3f5d8c605b
commit 4464083a3c

View file

@ -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()