edited urls to use git.io
This commit is contained in:
parent
cfc7b8d880
commit
67372ffbfe
2 changed files with 2 additions and 2 deletions
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 DEV - https://github.com/lukeroge/CloudBot/'
|
print 'Welcome to Cloudbot - Version DEV - http://git.io/cloudbot'
|
||||||
|
|
||||||
bot = Bot()
|
bot = Bot()
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ if not os.path.exists('config'):
|
||||||
"server": "localhost",
|
"server": "localhost",
|
||||||
"nick": "nickname",
|
"nick": "nickname",
|
||||||
"user": "cloudbot",
|
"user": "cloudbot",
|
||||||
"realname": "CloudBot - http://j.mp/uS5Cvx",
|
"realname": "CloudBot - http://git.io/cloudbot",
|
||||||
"nickserv_password": "",
|
"nickserv_password": "",
|
||||||
"channels": ["#channel"],
|
"channels": ["#channel"],
|
||||||
"command_prefix": ".",
|
"command_prefix": ".",
|
||||||
|
|
Reference in a new issue