linx: should return when no url provided
This commit is contained in:
@@ -14,6 +14,7 @@ def linx(phenny, input):
|
|||||||
url = input.group(2)
|
url = input.group(2)
|
||||||
if not url:
|
if not url:
|
||||||
phenny.reply("No URL provided. CAN I HAS?")
|
phenny.reply("No URL provided. CAN I HAS?")
|
||||||
|
return
|
||||||
|
|
||||||
try:
|
try:
|
||||||
req = web.post("http://linx.li/vtluug", {'url': url})
|
req = web.post("http://linx.li/vtluug", {'url': url})
|
||||||
|
|||||||
Reference in New Issue
Block a user