mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 06:04:21 +01:00
Changed an if to an elif in lasturl.
This commit is contained in:
parent
1da0f301f5
commit
67d5465329
@ -223,7 +223,7 @@ class URLSnarfer(callbacks.Privmsg, ChannelDBHandler):
|
||||
option = option[2:] # Strip off the --.
|
||||
if option == 'nolimit':
|
||||
nolimit = True
|
||||
if option == 'from':
|
||||
elif option == 'from':
|
||||
criteria.append('added_by LIKE %s')
|
||||
formats.append(argument)
|
||||
elif option == 'with':
|
||||
|
Loading…
Reference in New Issue
Block a user