This commit is contained in:
parent
a45796883e
commit
a3a0778048
1 changed files with 3 additions and 0 deletions
|
@ -892,8 +892,11 @@ while True:
|
||||||
break
|
break
|
||||||
if not title and not redirected:
|
if not title and not redirected:
|
||||||
multiline("(" + nick + ") [No title found]", channel)
|
multiline("(" + nick + ") [No title found]", channel)
|
||||||
|
if not redirected:
|
||||||
|
break
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
exc = str(ex)
|
exc = str(ex)
|
||||||
|
print(traceback.format_exc())
|
||||||
multiline("(" + nick + f") [Request error: {exc}]", channel)
|
multiline("(" + nick + f") [Request error: {exc}]", channel)
|
||||||
elif "JOIN" in text and "#nixsanctuary" in text:
|
elif "JOIN" in text and "#nixsanctuary" in text:
|
||||||
nick = text.split(":")[1].split("!")[0]
|
nick = text.split(":")[1].split("!")[0]
|
||||||
|
|
Loading…
Add table
Reference in a new issue