it would help if i got the < vs > right
This commit is contained in:
parent
efafb95f5a
commit
3ba38bd90d
@ -90,7 +90,7 @@ class Twitter(Module):
|
|||||||
elif whats[1] == 'user' and len(whats) >= 3:
|
elif whats[1] == 'user' and len(whats) >= 3:
|
||||||
if len(whats) >= 4:
|
if len(whats) >= 4:
|
||||||
index = int(whats[3])
|
index = int(whats[3])
|
||||||
if index < 0:
|
if index > 0:
|
||||||
index = 0
|
index = 0
|
||||||
else:
|
else:
|
||||||
index = 0
|
index = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user