diff options
| author | Ahmed <git@gumx.cc> | 2026-06-17 14:41:47 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2026-06-17 14:41:47 +0300 |
| commit | 48f6bf9cff66607627480cd642ceae7fe349d959 (patch) | |
| tree | 351d23001a03fe27a2411e8ca8057f95cf7aa7d2 /alfred/files.py | |
| parent | 1a9e60c8b1591bab60da50ab39723de77ab034bd (diff) | |
fix: remove clamav commands
Diffstat (limited to 'alfred/files.py')
| -rw-r--r-- | alfred/files.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/alfred/files.py b/alfred/files.py index 5775bdf..5f01430 100644 --- a/alfred/files.py +++ b/alfred/files.py @@ -10,7 +10,6 @@ All commands are owner-only and work in channel or PM. !files shorten <url> [wkfo|gumx] - shorten a URL (default: wkfo) !files mirror <url> [wkfo|gumx] - mirror a remote URL to this instance !files prune - delete expired files from disk - !files vscan - run ClamAV scan on stored files !files remove <filename> - permanently remove a file """ @@ -145,10 +144,6 @@ def cmd_files(bot, trigger): bot.say("pruning expired files...") bot.say(_flask(bot, "prune")) - elif sub == "vscan": - bot.say("running vscan - this may take a while...") - bot.say(_flask(bot, "vscan", timeout=300)) - elif sub == "remove" and len(args) == 2: _cmd_remove(bot, args[1]) |
