This commit is contained in:
parent
14a4b303e4
commit
4ff1b7bcb8
1 changed files with 2 additions and 2 deletions
|
@ -874,12 +874,12 @@ while True:
|
|||
else:
|
||||
firstline = False
|
||||
else:
|
||||
elif i.split(" ")[0][0] == "#":
|
||||
if i.split(" ")[0][0] == "#":
|
||||
title = True
|
||||
multiline("(" + nick + f") " + i[2:], channel)
|
||||
break
|
||||
if not title:
|
||||
multiline("(" + nick + f") [No title found]", channel)
|
||||
multiline("(" + nick + ") [No title found]", 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