This commit is contained in:
Luke Rogers 2011-11-21 17:50:26 +13:00
parent b4c2a245cf
commit 19e4b16b00
2 changed files with 1 additions and 5 deletions

View File

@ -24,6 +24,7 @@ if not os.path.exists('config'):
},
"disabled_plugins": [],
"disabled_commands": [],
"prefix": ".",
"acls": {},
"api_keys": {},
"censored_strings":

View File

@ -45,11 +45,6 @@ def onjoin(paraml, conn=None, bot=None):
conn.join(channel)
time.sleep(1) # don't flood JOINs
# set user-agent
http.ua_skybot = 'CloudBot'
@hook.regex(r'^\x01VERSION\x01$')
def version(inp, notice=None):
notice('\x01VERSION CloudBot/DEV - https://github.com/lukeroge/CloudBot')