Formatting, updated copyright.
This commit is contained in:
parent
8769b97dc0
commit
146ae3c279
1 changed files with 8 additions and 7 deletions
3
bot.py
3
bot.py
|
@ -2,7 +2,7 @@
|
|||
|
||||
__author__ = "ClouDev"
|
||||
__authors__ = ["Lukeroge", "neersighted"]
|
||||
__copyright__ = "Copyright 2012, ClouDev"
|
||||
__copyright__ = "Copyright 2012-2013, ClouDev"
|
||||
__credits__ = ["thenoodle", "_frozen", "rmmh"]
|
||||
__license__ = "GPL v3"
|
||||
__version__ = "DEV"
|
||||
|
@ -24,6 +24,7 @@ os.chdir(sys.path[0] or '.') # do stuff relative to the install directory
|
|||
class Bot(object):
|
||||
pass
|
||||
|
||||
|
||||
print 'CloudBot %s (%s) <http://git.io/cloudbotirc>' % (__version__, __status__)
|
||||
|
||||
# print debug info
|
||||
|
|
Reference in a new issue