Updated bot version in plugins/misc.py

This commit is contained in:
Luke Rogers 2011-11-21 15:06:25 +13:00
parent 06b082bc8e
commit b7eee30feb
1 changed files with 1 additions and 2 deletions

View File

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