mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-07 01:54:08 +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 --.
|
option = option[2:] # Strip off the --.
|
||||||
if option == 'nolimit':
|
if option == 'nolimit':
|
||||||
nolimit = True
|
nolimit = True
|
||||||
if option == 'from':
|
elif option == 'from':
|
||||||
criteria.append('added_by LIKE %s')
|
criteria.append('added_by LIKE %s')
|
||||||
formats.append(argument)
|
formats.append(argument)
|
||||||
elif option == 'with':
|
elif option == 'with':
|
||||||
|
Loading…
Reference in New Issue
Block a user