Added exit/messages to config gen!

This commit is contained in:
neersighted 2012-02-27 23:49:44 -08:00
parent 67372ffbfe
commit 6327df66a4

View file

@ -53,7 +53,11 @@ if not os.path.exists('config'):
],
"admins": []
}''') + '\n')
print "Config generated!"
print "Please edit the config now."
print "For help, see http://git.io/cloudbotwiki"
print "Thank you for using CloudBot!"
sys.exit()
def config():
# reload config from file if file has changed