mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Merge pull request #5464 from MrStonedOne/stfubots
Removes an annoying and stupid message in the irc bot
This commit is contained in:
@@ -904,10 +904,11 @@ while True:
|
||||
check = temdata.lower()
|
||||
if check[0:5] == "https":
|
||||
if len(temporal_list) == 1:
|
||||
conn.privmsg(targetchannel,sender+" :Secure Youtube does NOT exist")
|
||||
break
|
||||
#commenting out rather then remove the if and else because this uses odd spaced based indenting that doesn't seem to play well with notepad++ and im not fucking with that. attempting to do so broke everything already and i can't into python. so this works
|
||||
#conn.privmsg(targetchannel,sender+" :Secure Youtube does NOT exist")
|
||||
#break
|
||||
else:
|
||||
temporal_list2.append("Secure Youtube does NOT exist")
|
||||
#temporal_list2.append("Secure Youtube does NOT exist")
|
||||
break
|
||||
else:
|
||||
if cache_youtube_links == True:
|
||||
|
||||
Reference in New Issue
Block a user