Bugfixes
This commit is contained in:
parent
b4c2a245cf
commit
19e4b16b00
2 changed files with 1 additions and 5 deletions
|
@ -24,6 +24,7 @@ if not os.path.exists('config'):
|
||||||
},
|
},
|
||||||
"disabled_plugins": [],
|
"disabled_plugins": [],
|
||||||
"disabled_commands": [],
|
"disabled_commands": [],
|
||||||
|
"prefix": ".",
|
||||||
"acls": {},
|
"acls": {},
|
||||||
"api_keys": {},
|
"api_keys": {},
|
||||||
"censored_strings":
|
"censored_strings":
|
||||||
|
|
|
@ -45,11 +45,6 @@ def onjoin(paraml, conn=None, bot=None):
|
||||||
conn.join(channel)
|
conn.join(channel)
|
||||||
time.sleep(1) # don't flood JOINs
|
time.sleep(1) # don't flood JOINs
|
||||||
|
|
||||||
# set user-agent
|
|
||||||
|
|
||||||
http.ua_skybot = 'CloudBot'
|
|
||||||
|
|
||||||
|
|
||||||
@hook.regex(r'^\x01VERSION\x01$')
|
@hook.regex(r'^\x01VERSION\x01$')
|
||||||
def version(inp, notice=None):
|
def version(inp, notice=None):
|
||||||
notice('\x01VERSION CloudBot/DEV - https://github.com/lukeroge/CloudBot')
|
notice('\x01VERSION CloudBot/DEV - https://github.com/lukeroge/CloudBot')
|
||||||
|
|
Reference in a new issue