This commit is contained in:
parent
91eff68249
commit
e03ad71e72
1 changed files with 1 additions and 1 deletions
|
@ -847,7 +847,7 @@ while True:
|
|||
multiline("(" + nick + ") [Request error: " + str(ex.message) + "]", channel)
|
||||
except:
|
||||
print(traceback.format_exc())
|
||||
elif sbconfig.cflagexist(channel, "+links") or sbconfig.cflagexist(channel, "+gemini"):
|
||||
if sbconfig.cflagexist(channel, "+links") or sbconfig.cflagexist(channel, "+gemini"):
|
||||
try:
|
||||
for i in command:
|
||||
parse = urlparse(i)
|
||||
|
|
Loading…
Add table
Reference in a new issue