diff options
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]) |
