Merge branch 'master' of ben/babili-bot into master

This commit is contained in:
aewens 2019-03-01 11:28:34 -05:00 committed by Gitea
commit 286c144bdf
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ class BBJ:
body = reply.get("body", "")
body = sub(r">>\d\n\n", r"", body)
body = sub(r"\n", r" ", body)
php = "https://bbj.tilde.team/index.php"
php = "https://bbj.tildeverse.org/"
link = "{}?thread_id={}".format(php, thread_id)
for channel in self.channels:
response = "'{}' ({}) : {} <{}>".format(title, username, body, link)
@ -86,4 +86,4 @@ class BBJ:
for thread in threads:
callback(thread)
except HTTPError:
return
return