From effd039edc717f4a2c09c6989af32ae4ff1803df Mon Sep 17 00:00:00 2001 From: neersighted Date: Mon, 27 Feb 2012 22:33:57 -0800 Subject: [PATCH] version tweeks --- bot.py | 2 +- core/config.py | 2 +- plugins/misc.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bot.py b/bot.py index c203c14..52a3a3e 100755 --- a/bot.py +++ b/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 3/DEV - https://github.com/lukeroge/CloudBot/' +print 'Welcome to Cloudbot - Version DEV - https://github.com/lukeroge/CloudBot/' bot = Bot() diff --git a/core/config.py b/core/config.py index 1ca79d6..50098b4 100644 --- a/core/config.py +++ b/core/config.py @@ -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": ".", diff --git a/plugins/misc.py b/plugins/misc.py index 6de932b..3fabd97 100644 --- a/plugins/misc.py +++ b/plugins/misc.py @@ -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')