version tweeks

This commit is contained in:
neersighted 2012-02-27 22:33:57 -08:00
parent e77a62a935
commit effd039edc
3 changed files with 3 additions and 3 deletions

2
bot.py
View File

@ -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 3/DEV - https://github.com/lukeroge/CloudBot/'
print 'Welcome to Cloudbot - Version DEV - https://github.com/lukeroge/CloudBot/'
bot = Bot()

View File

@ -17,7 +17,7 @@ if not os.path.exists('config'):
"server": "localhost",
"nick": "nickname",
"user": "cloudbot",
"realname": "CloudBot/DEV - http://j.mp/uS5Cvx",
"realname": "CloudBot - http://j.mp/uS5Cvx",
"nickserv_password": "",
"channels": ["#channel"],
"command_prefix": ".",

View File

@ -60,4 +60,4 @@ def onjoin(paraml, conn=None, bot=None):
@hook.regex(r'^\x01VERSION\x01$')
def version(inp, notice=None):
notice('\x01VERSION CloudBot/DEV - https://github.com/lukeroge/CloudBot')
notice('\x01VERSION CloudBot - https://github.com/lukeroge/CloudBot')