Update sweebot.py

This commit is contained in:
Nova Cat 2025-03-09 20:17:04 -07:00
parent 81bf240285
commit 15a3ece2f2

View file

@ -341,7 +341,6 @@ irl3 = threading.Thread(target=irci3, daemon=True)
irl3.start() irl3.start()
ticker=0 ticker=0
while True: while True:
global lastquery
teext = irc.response_irc().split("\r\n") teext = irc.response_irc().split("\r\n")
for text in teext: for text in teext:
if text != "": if text != "":