This commit is contained in:
parent
4ff1b7bcb8
commit
91eff68249
1 changed files with 3 additions and 0 deletions
|
@ -880,6 +880,9 @@ while True:
|
|||
break
|
||||
if not title:
|
||||
multiline("(" + nick + ") [No title found]", channel)
|
||||
except Exception as ex:
|
||||
exc = str(ex)
|
||||
multiline("(" + nick + f") [Request error: {exc}]", channel)
|
||||
elif "JOIN" in text and "#nixsanctuary" in text:
|
||||
nick = text.split(":")[1].split("!")[0]
|
||||
if not "Meow" in nick:
|
||||
|
|
Loading…
Add table
Reference in a new issue