Merge branch 'hotfix/1.1b'
This commit is contained in:
commit
53da740725
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# CloudBot/1.1a
|
||||
# CloudBot/1.1b
|
||||
|
||||
## About
|
||||
|
||||
|
@ -102,7 +102,7 @@ The programs `screen` or `daemon` are recomended for the wrapper to run optimaly
|
|||
## License
|
||||
CloudBot is **licensed** under the **GPL v3** license. The terms are as follows.
|
||||
|
||||
CloudBot/1.1a
|
||||
CloudBot/1.1b
|
||||
|
||||
Copyright © 2011 Luke Rogers <http://www.dempltr.com/> - <lukeroge@gmail.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):
|
||||
pass
|
||||
|
||||
print 'Welcome to Cloudbot - Version 1.1 - http://git.io/cloudbot'
|
||||
print 'Welcome to Cloudbot - Version 1.1b - http://git.io/cloudbot'
|
||||
|
||||
bot = Bot()
|
||||
|
||||
|
|
Reference in a new issue