forgot to return

This commit is contained in:
lickthecheese 2020-02-01 11:04:53 -05:00
parent 26caf68fdf
commit 3f0163426f
2 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ def circle(self, c,n,m):
m = m.split()
if len(m) < 3:
self.say(c, 'Invalid input, do {}help circle to see syntax'.format(self.prefix))
return
m.pop(0)
o = m.pop(0)
if o in types: