Unbump'd Version
This commit is contained in:
parent
c76b58fee0
commit
97597bb9b4
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
# CloudBot/1.2
|
# CloudBot/DEV
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
|
@ -102,7 +102,7 @@ The programs `screen` or `daemon` are recomended for the wrapper to run optimaly
|
||||||
## License
|
## License
|
||||||
CloudBot is **licensed** under the **GPL v3** license. The terms are as follows.
|
CloudBot is **licensed** under the **GPL v3** license. The terms are as follows.
|
||||||
|
|
||||||
CloudBot/1.2
|
CloudBot/DEV
|
||||||
|
|
||||||
Copyright © 2011 ClouDev - <[cloudev.github.com](http://cloudev.github.com)>
|
Copyright © 2011 ClouDev - <[cloudev.github.com](http://cloudev.github.com)>
|
||||||
|
|
||||||
|
|
2
bot.py
2
bot.py
|
@ -13,7 +13,7 @@ os.chdir(sys.path[0] or '.') # do stuff relative to the install directory
|
||||||
class Bot(object):
|
class Bot(object):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
print 'Welcome to Cloudbot - Version 1.2 - http://git.io/cloudbotirc'
|
print 'Welcome to Cloudbot - Version DEV - http://git.io/cloudbotirc'
|
||||||
|
|
||||||
bot = Bot()
|
bot = Bot()
|
||||||
bot.start_time = time.time()
|
bot.start_time = time.time()
|
||||||
|
|
Reference in a new issue