Formatting, updated copyright.

This commit is contained in:
Fletcher Boyd 2013-09-04 18:16:57 +08:00
parent 8769b97dc0
commit 146ae3c279

3
bot.py
View file

@ -2,7 +2,7 @@
__author__ = "ClouDev" __author__ = "ClouDev"
__authors__ = ["Lukeroge", "neersighted"] __authors__ = ["Lukeroge", "neersighted"]
__copyright__ = "Copyright 2012, ClouDev" __copyright__ = "Copyright 2012-2013, ClouDev"
__credits__ = ["thenoodle", "_frozen", "rmmh"] __credits__ = ["thenoodle", "_frozen", "rmmh"]
__license__ = "GPL v3" __license__ = "GPL v3"
__version__ = "DEV" __version__ = "DEV"
@ -24,6 +24,7 @@ os.chdir(sys.path[0] or '.') # do stuff relative to the install directory
class Bot(object): class Bot(object):
pass pass
print 'CloudBot %s (%s) <http://git.io/cloudbotirc>' % (__version__, __status__) print 'CloudBot %s (%s) <http://git.io/cloudbotirc>' % (__version__, __status__)
# print debug info # print debug info