updated help text
This commit is contained in:
parent
3f5d8c605b
commit
4464083a3c
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Reference in a new issue