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:
|
else:
|
||||||
firstline = False
|
firstline = False
|
||||||
else:
|
else:
|
||||||
elif i.split(" ")[0][0] == "#":
|
if i.split(" ")[0][0] == "#":
|
||||||
title = True
|
title = True
|
||||||
multiline("(" + nick + f") " + i[2:], channel)
|
multiline("(" + nick + f") " + i[2:], channel)
|
||||||
break
|
break
|
||||||
if not title:
|
if not title:
|
||||||
multiline("(" + nick + f") [No title found]", channel)
|
multiline("(" + nick + ") [No title found]", 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]
|
||||||
if not "Meow" in nick:
|
if not "Meow" in nick:
|
||||||
|
|
Loading…
Add table
Reference in a new issue