update youtube.py, remove references to skybot
This commit is contained in:
parent
b3f8556fbc
commit
acb59d8bc5
3 changed files with 4 additions and 4 deletions
|
@ -47,7 +47,7 @@ def onjoin(paraml, conn=None, bot=None):
|
|||
time.sleep(1)
|
||||
|
||||
# HTTP Useragent
|
||||
http.ua_skybot = 'CloudBot - http://git.io/cloudbot'
|
||||
http.ua_cloudbot = 'CloudBot - http://git.io/cloudbot'
|
||||
|
||||
# Stay-alive code
|
||||
stayalive = conn.conf.get('stayalive')
|
||||
|
|
Reference in a new issue