Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some fixes #28

Merged
merged 33 commits into from
Jun 17, 2020
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
4baa395
Update memes.py
sandy1709 Jun 17, 2020
afadeb7
Update memes.py
sandy1709 Jun 17, 2020
5ce7ab6
Update quotly.py
sandy1709 Jun 17, 2020
4683872
Update quotly.py
sandy1709 Jun 17, 2020
707fba5
Update google_image_download.py
sandy1709 Jun 17, 2020
7cfae07
Update quotly.py
sandy1709 Jun 17, 2020
c1b1a3a
Update zombies.py
sandy1709 Jun 17, 2020
2eb6b5a
Update zombies.py
sandy1709 Jun 17, 2020
20bd086
Update mute.py
sandy1709 Jun 17, 2020
03ffed4
Update utils.py
sandy1709 Jun 17, 2020
1f74f35
Update utils.py
sandy1709 Jun 17, 2020
653728b
Update admin.py
sandy1709 Jun 17, 2020
8a61532
Update admin.py
sandy1709 Jun 17, 2020
330303b
Update admin.py
sandy1709 Jun 17, 2020
ae8d296
Update admin.py
sandy1709 Jun 17, 2020
4caa4aa
Update mute.py
sandy1709 Jun 17, 2020
3858b1b
Update mute.py
sandy1709 Jun 17, 2020
659e6ef
Update mute.py
sandy1709 Jun 17, 2020
48e9102
Update mute.py
sandy1709 Jun 17, 2020
4d0f674
Update mute.py
sandy1709 Jun 17, 2020
2bf3203
Update mute.py
sandy1709 Jun 17, 2020
6d34503
Update mute.py
sandy1709 Jun 17, 2020
01cd099
Update mute.py
sandy1709 Jun 17, 2020
eee8aaa
Update memes.py
sandy1709 Jun 17, 2020
dc03e07
Update memes.py
sandy1709 Jun 17, 2020
929e852
Update memes.py
sandy1709 Jun 17, 2020
799bbed
Update memes.py
sandy1709 Jun 17, 2020
1b04697
Update memes.py
sandy1709 Jun 17, 2020
eb60e92
Update and rename fake.py to scam.py
sandy1709 Jun 17, 2020
ce69dc8
Update memes.py
sandy1709 Jun 17, 2020
bdbc777
Update mute.py
sandy1709 Jun 17, 2020
93b669c
Update mute.py
sandy1709 Jun 17, 2020
1300eb6
Update zombies.py
sandy1709 Jun 17, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update zombies.py
  • Loading branch information
sandy1709 authored Jun 17, 2020
commit 1300eb618a9f74e6b45c4dccf7e05f1f80f2dc64
8 changes: 4 additions & 4 deletions userbot/plugins/zombies.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@



@borg.on(admin_cmd(pattern=f"zombies", outgoing=True))
@borg.on(admin_cmd(pattern=f"zombies"))
async def rm_deletedacc(show):
if show.fwd_from:
return
con = show.pattern_match.group(1)
""" For .zombies command, list all the ghost/deleted/zombie accounts in a chat. """

con = show.pattern_match.group(1).lower()
del_u = 0
del_status = "`No deleted accounts found, Group is clean`"

Expand Down