From 48f6bf9cff66607627480cd642ceae7fe349d959 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Wed, 17 Jun 2026 14:41:47 +0300 Subject: fix: remove clamav commands --- alfred/files.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'alfred/files.py') 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 [wkfo|gumx] - shorten a URL (default: wkfo) !files mirror [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 - 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]) -- cgit v1.2.3